blob: e932d92bc317bfb1f54c30521f16833ede846871 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ../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}
|