summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-ab')
-rw-r--r--www/firefox/patches/patch-ab26
1 files changed, 18 insertions, 8 deletions
diff --git a/www/firefox/patches/patch-ab b/www/firefox/patches/patch-ab
index c4a545b06d6..67d04260488 100644
--- a/www/firefox/patches/patch-ab
+++ b/www/firefox/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.7 2007/05/12 13:53:07 ghen Exp $
+$NetBSD: patch-ab,v 1.8 2009/05/02 07:51:03 hasso Exp $
---- configure.in.orig 2006-03-29 22:26:28.000000000 +0200
-+++ configure.in
-@@ -1418,7 +1418,7 @@ case "$target" in
+--- configure.in.orig 2008-10-19 19:14:06 +0300
++++ configure.in 2009-05-01 21:33:19 +0300
+@@ -1551,7 +1551,7 @@ case "$target" in
LDFLAGS=$_SAVE_LDFLAGS
;;
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.7 2007/05/12 13:53:07 ghen Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -1432,6 +1432,9 @@ case "$target" in
+@@ -1565,6 +1565,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -21,7 +21,7 @@ $NetBSD: patch-ab,v 1.7 2007/05/12 13:53:07 ghen Exp $
;;
*-hpux*)
-@@ -1903,6 +1906,13 @@ case "$target" in
+@@ -2037,6 +2040,13 @@ case "$target" in
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -35,7 +35,7 @@ $NetBSD: patch-ab,v 1.7 2007/05/12 13:53:07 ghen Exp $
;;
*-openvms*)
-@@ -2100,7 +2110,7 @@ dnl the qsort routine under solaris is f
+@@ -2235,7 +2245,7 @@ dnl the qsort routine under solaris is f
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -h $@ -o $@'
MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
MKSHLIB_UNFORCE_ALL=''
@@ -44,7 +44,17 @@ $NetBSD: patch-ab,v 1.7 2007/05/12 13:53:07 ghen Exp $
AR_LIST="$AR t"
AR_EXTRACT="$AR x"
AR_DELETE="$AR d"
-@@ -5451,7 +5461,7 @@ dnl ====================================
+@@ -2749,6 +2759,9 @@ dnl ====================================
+ case $target in
+ *-hpux11.*)
+ ;;
++*-dragonfly*)
++ AC_CHECK_LIB(c, gethostbyname_r)
++ ;;
+ *)
+ AC_CHECK_LIB(c_r, gethostbyname_r)
+ ;;
+@@ -5714,7 +5727,7 @@ dnl ====================================
dnl = Enable code optimization. ON by default.
dnl ========================================================
if test -z "$MOZ_OPTIMIZE_FLAGS"; then