summaryrefslogtreecommitdiff
path: root/www/mozilla/patches
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/mozilla/patches
parent6aa187ed325588f7d8cf28ac779968d5d7d1030b (diff)
downloadpkgsrc-f843f1069c832f183ddf53dffeb9d06347541bda.tar.gz
make sure we link with the correct rpath on Solaris.
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r--www/mozilla/patches/patch-ax15
1 files changed, 15 insertions, 0 deletions
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