diff options
Diffstat (limited to 'www/seamonkey/patches/patch-pd')
-rw-r--r-- | www/seamonkey/patches/patch-pd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/patches/patch-pd b/www/seamonkey/patches/patch-pd index dc3231e9e9c..df2a232a47d 100644 --- a/www/seamonkey/patches/patch-pd +++ b/www/seamonkey/patches/patch-pd @@ -1,6 +1,6 @@ -$NetBSD: patch-pd,v 1.1 2010/03/16 10:59:10 tnn Exp $ +$NetBSD: patch-pd,v 1.2 2011/07/11 20:46:36 tnn Exp $ ---- mozilla/xulrunner/installer/mozilla-nss.pc.in.orig 2009-10-16 17:14:30.000000000 +0200 +--- mozilla/xulrunner/installer/mozilla-nss.pc.in.orig 2009-10-29 23:11:24.000000000 +0100 +++ mozilla/xulrunner/installer/mozilla-nss.pc.in @@ -6,5 +6,5 @@ Name: NSS Description: Mozilla Network Security Services @@ -8,4 +8,4 @@ $NetBSD: patch-pd,v 1.1 2010/03/16 10:59:10 tnn Exp $ Requires: %NSPR_NAME% >= %NSPR_VERSION% -Libs: -L${sdkdir}/lib -lsmime3 -lssl3 -lnss3 -lnssutil3 +Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lsmime3 -lssl3 -lnss3 -lnssutil3 - Cflags: -I${includedir}/stable + Cflags: -I${includedir} |