diff options
Diffstat (limited to 'www/firefox/patches/patch-md')
-rw-r--r-- | www/firefox/patches/patch-md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-md b/www/firefox/patches/patch-md new file mode 100644 index 00000000000..562a3ffa398 --- /dev/null +++ b/www/firefox/patches/patch-md @@ -0,0 +1,17 @@ +$NetBSD: patch-md,v 1.3 2013/05/23 13:12:13 ryoon Exp $ + +???. from www/firefox/patch-ax. + +--- security/coreconf/SunOS5.mk.orig 2013-01-04 23:44:43.000000000 +0000 ++++ security/coreconf/SunOS5.mk +@@ -115,6 +115,10 @@ endif + endif + DSO_LDOPTS += -z combreloc -z defs -z ignore + ++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 |