summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-05-02 07:51:02 +0000
committerhasso <hasso@pkgsrc.org>2009-05-02 07:51:02 +0000
commit42437a2c25e9bae05a01572d9d9a51628e7ad23b (patch)
tree4a596b350c917e88c67f083bb5c527019fe28565 /www/firefox
parentf1b8ae796f619a0418b1d3fcc9fe9f8078d87866 (diff)
downloadpkgsrc-42437a2c25e9bae05a01572d9d9a51628e7ad23b.tar.gz
Don't try to link against libc_r on DragonFly.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/distinfo4
-rw-r--r--www/firefox/patches/patch-ab26
2 files changed, 20 insertions, 10 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index cd57169cd6a..06380ab7d46 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.85 2009/04/07 08:01:01 hasso Exp $
+$NetBSD: distinfo,v 1.86 2009/05/02 07:51:03 hasso Exp $
SHA1 (firefox-2.0.0.19-source.tar.bz2) = 8c4f87c50a0ecf78530b6fbfaac3123196a260a9
RMD160 (firefox-2.0.0.19-source.tar.bz2) = e5bba299e7bc012a70956bcb253517b696a519b1
Size (firefox-2.0.0.19-source.tar.bz2) = 40298609 bytes
SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
-SHA1 (patch-ab) = 19069a4e572744eccb04e9906e16dad28d2dac01
+SHA1 (patch-ab) = 1b19a624adf0f4d9608e9a6eea2f7565b7ff871c
SHA1 (patch-ac) = 96bee96d365d6a95d14031f4f1df9584b94d570b
SHA1 (patch-ad) = 20f2184a7e5e98b065e884c67e4c17fc52019a79
SHA1 (patch-ae) = fea251aabc772c3d4ad3044c8295af45cc9cab2d
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