ports/devel/nspr/files/patch-config-nsprc.pc.in
Florian Smeets fcf6e6f95b Fix nspr.pc which was broken by the last commit.
Reported by: Jan Henrik Sylvester <me@janh.de>
Tested by: Jan Henrik Sylvester <me@janh.de>
2012-06-05 18:16:16 +00:00

10 lines
519 B
PkgConfig

--- ../config/nspr.pc.in.orig 2012-05-19 00:26:17.000000000 +0200
+++ ../config/nspr.pc.in 2012-06-05 16:19:31.000000000 +0200
@@ -6,5 +6,5 @@
Name: NSPR
Description: The Netscape Portable Runtime
Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@
-Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@
-Cflags: -I@includedir@
+Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ @OS_LIBS@
+Cflags: -I${includedir}