summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-24 10:36:15 +0000
committergrant <grant@pkgsrc.org>2004-04-24 10:36:15 +0000
commitf843f1069c832f183ddf53dffeb9d06347541bda (patch)
treeec456e5ad2698157de65f56396c0a1d91059a5ad /www
parent6aa187ed325588f7d8cf28ac779968d5d7d1030b (diff)
downloadpkgsrc-f843f1069c832f183ddf53dffeb9d06347541bda.tar.gz
make sure we link with the correct rpath on Solaris.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/distinfo3
-rw-r--r--www/mozilla/patches/patch-ax15
2 files changed, 17 insertions, 1 deletions
diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo
index 707a1a90292..a880bb2df9f 100644
--- a/www/mozilla/distinfo
+++ b/www/mozilla/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2004/04/24 10:35:23 grant Exp $
+$NetBSD: distinfo,v 1.53 2004/04/24 10:36:15 grant Exp $
SHA1 (mozilla-source-1.6.tar.bz2) = baecca0ecec35704049ab6debaec6c96adbade35
Size (mozilla-source-1.6.tar.bz2) = 31037452 bytes
@@ -11,6 +11,7 @@ SHA1 (patch-af) = 8fcedb0bdd48f9527fff8c9b970a0e6ea68711e4
SHA1 (patch-ag) = c52586f92fc801571ccaf5a80c081103a99ed4e7
SHA1 (patch-am) = 6646e8f1e5dbc3532ba45945ad2054756de2186a
SHA1 (patch-aw) = 5beeefa214a3003a74ccc68776a97a414c6acff1
+SHA1 (patch-ax) = 070c88dee0446b093ab1c2a9120dc1747642d46f
SHA1 (patch-ba) = e11ab3e2baa19c9db9e320868a9860fedf5c8cec
SHA1 (patch-bb) = c5350823464250546f95d1c0962ba7ba6a16aa2f
SHA1 (patch-bm) = f557aa3ce9a25c91884cfd42bb505422e52ac958
diff --git a/www/mozilla/patches/patch-ax b/www/mozilla/patches/patch-ax
new file mode 100644
index 00000000000..90aca81a837
--- /dev/null
+++ b/www/mozilla/patches/patch-ax
@@ -0,0 +1,15 @@
+$NetBSD: patch-ax,v 1.9 2004/04/24 10:36:15 grant Exp $
+
+--- security/coreconf/SunOS5.mk.orig 2003-03-21 15:45:37.000000000 +1100
++++ security/coreconf/SunOS5.mk
+@@ -165,6 +165,10 @@ endif
+ DSO_LDOPTS += -G -h $(notdir $@)
+ endif
+
++ifdef LIBRUNPATH
++DSO_LDOPTS += -R$(LIBRUNPATH)
++endif
++
+ # -KPIC generates position independent code for use in shared libraries.
+ # (Similarly for -fPIC in case of gcc.)
+ ifdef NS_USE_GCC