mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Reported by: Jan Henrik Sylvester <me@janh.de> Tested by: Jan Henrik Sylvester <me@janh.de>
10 lines
519 B
PkgConfig
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}
|