opnsense-ports/devel/nspr/files/patch-config_nspr.pc.in
Franco Fichtner 94d7ffea7d */*: sync with upstream
Taken from: FreeBSD
2015-11-21 06:56:21 +01:00

10 lines
489 B
PkgConfig

--- config/nspr.pc.in.orig 2015-10-16 13:22:19 UTC
+++ config/nspr.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
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}