15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
$NetBSD: patch-pg,v 1.2 2011/08/20 13:05:50 tnn Exp $
|
|
|
|
--- xulrunner/installer/mozilla-nspr.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
|
|
+++ xulrunner/installer/mozilla-nspr.pc.in
|
|
@@ -5,7 +5,5 @@ includedir=%includedir%
|
|
Name: NSPR
|
|
Description: The Netscape Portable Runtime
|
|
Version: %NSPR_VERSION%
|
|
-Libs: %FULL_NSPR_LIBS%
|
|
-Cflags: %FULL_NSPR_CFLAGS%
|
|
-
|
|
-
|
|
+Libs: -Wl,-R${prefix}/lib/xulrunner192 -L${prefix}/lib/xulrunner192 -lplds4 -lplc4 -lnspr4 -pthread
|
|
+Cflags: -I${includedir}
|