diff options
Diffstat (limited to 'www/firefox/patches/patch-ax')
-rw-r--r-- | www/firefox/patches/patch-ax | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/firefox/patches/patch-ax b/www/firefox/patches/patch-ax index 0efd5869071..6e865f5e4b3 100644 --- a/www/firefox/patches/patch-ax +++ b/www/firefox/patches/patch-ax @@ -1,11 +1,10 @@ -$NetBSD: patch-ax,v 1.4 2005/12/10 13:47:22 taya Exp $ +$NetBSD: patch-ax,v 1.5 2007/02/25 00:43:23 ghen Exp $ -diff -ruN ../Orig/mozilla/security/coreconf/SunOS5.mk ./security/coreconf/SunOS5.mk ---- ../Orig/mozilla/security/coreconf/SunOS5.mk 2004-10-11 11:15:42.000000000 +0900 -+++ ./security/coreconf/SunOS5.mk 2005-12-04 19:09:09.000000000 +0900 -@@ -182,6 +182,10 @@ - DSO_LDOPTS += -G -h $(notdir $@) +--- ./security/coreconf/SunOS5.mk.orig 2006-04-25 03:32:16.000000000 +0200 ++++ ./security/coreconf/SunOS5.mk +@@ -176,6 +176,10 @@ endif endif + DSO_LDOPTS += -z combreloc -z defs -z ignore +ifdef LIBRUNPATH +DSO_LDOPTS += -R$(LIBRUNPATH) |