mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
12 lines
544 B
Plaintext
12 lines
544 B
Plaintext
$NetBSD: patch-pd,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
|
|
|
|
--- xulrunner/installer/mozilla-nss.pc.in.orig 2012-03-09 22:20:39.000000000 +0000
|
|
+++ xulrunner/installer/mozilla-nss.pc.in
|
|
@@ -6,5 +6,5 @@ Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
-Libs: -L${sdkdir}/lib -lsmime3 -lssl3 -lnss3 -lnssutil3
|
|
+Libs: -Wl,-R${prefix}/lib/xulrunner10 -Wl,-R${prefix}/lib/xulrunner10 -L${prefix}/lib/xulrunner10 -lsmime3 -lssl3 -lnss3 -lnssutil3
|
|
Cflags: -I${includedir}
|