diff options
Diffstat (limited to 'mail/thunderbird/patches/patch-aa-toplevel')
-rw-r--r-- | mail/thunderbird/patches/patch-aa-toplevel | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/thunderbird/patches/patch-aa-toplevel b/mail/thunderbird/patches/patch-aa-toplevel index 966ab4ac8b8..804b45d1cfd 100644 --- a/mail/thunderbird/patches/patch-aa-toplevel +++ b/mail/thunderbird/patches/patch-aa-toplevel @@ -1,8 +1,8 @@ -$NetBSD: patch-aa-toplevel,v 1.7 2012/06/12 19:37:49 ryoon Exp $ +$NetBSD: patch-aa-toplevel,v 1.8 2012/09/02 06:43:39 ryoon Exp $ ---- configure.in.orig 2012-06-01 17:11:49.000000000 +0000 +--- configure.in.orig 2012-08-25 00:24:32.000000000 +0000 +++ configure.in -@@ -1925,7 +1925,7 @@ ld.]) +@@ -1865,7 +1865,7 @@ ld.]) MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' ;; @@ -11,7 +11,7 @@ $NetBSD: patch-aa-toplevel,v 1.7 2012/06/12 19:37:49 ryoon Exp $ if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then DLL_SUFFIX=".so.1.0" DSO_LDOPTS="-shared" -@@ -1933,6 +1933,9 @@ ld.]) +@@ -1873,6 +1873,9 @@ ld.]) if test ! "$GNU_CC"; then DSO_LDOPTS="-Bshareable $DSO_LDOPTS" fi @@ -21,7 +21,7 @@ $NetBSD: patch-aa-toplevel,v 1.7 2012/06/12 19:37:49 ryoon Exp $ ;; ia64*-hpux*) -@@ -3168,6 +3171,9 @@ dnl ==================================== +@@ -3106,6 +3109,9 @@ dnl ==================================== case $target in *-hpux11.*) ;; |