1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/nspr/files/patch-config-nsprc.pc.in
Jeremy Messenger b6214e24cd Add install a missing nsprc.pc, we will need it when we use mi's firefox
patch and thunderbird changes. Took half patches from:

	https://bugzilla.mozilla.org/show_bug.cgi?id=290726

Bump the PORTREVISION.

Reviewed by:	marcus
2005-08-28 07:57:55 +00:00

14 lines
467 B
PkgConfig

--- ../config/nspr.pc.in.orig Thu Aug 4 21:38:50 2005
+++ ../config/nspr.pc.in Thu Aug 4 21:38:59 2005
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+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@ @OS_LIBS@
+Cflags: -I${includedir}