forked from Lainports/opnsense-ports
10 lines
489 B
PkgConfig
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}
|