SOURCES: nspr-mozilla-nspr.pc - fix includedir
arekm
arekm at pld-linux.org
Tue Feb 26 23:46:08 CET 2008
Author: arekm Date: Tue Feb 26 22:46:08 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix includedir
---- Files affected:
SOURCES:
nspr-mozilla-nspr.pc (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/nspr-mozilla-nspr.pc
diff -u SOURCES/nspr-mozilla-nspr.pc:1.2 SOURCES/nspr-mozilla-nspr.pc:1.3
--- SOURCES/nspr-mozilla-nspr.pc:1.2 Sun Mar 20 00:57:08 2005
+++ SOURCES/nspr-mozilla-nspr.pc Tue Feb 26 23:46:03 2008
@@ -1,12 +1,12 @@
-prefix=/usr
-exec_prefix=/usr
-libdir=/usr/lib/mozilla
-includedir=/usr/include/mozilla
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
Name: NSPR
Description: The Netscape Portable Runtime
-Version: VERSION
+Version: @MOD_MAJOR_VERSION at .@MOD_MINOR_VERSION at .@MOD_PATCH_VERSION@
Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lc -lpthread
-Cflags: -I${includedir}/nspr
+Cflags: -I${includedir}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nspr-mozilla-nspr.pc?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list