From 291fb4772920a3954c3a26cb01a3486ab5e88f57 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 16 Sep 2008 11:24:58 +0000 Subject: patch configure.in, not configure, due to regeneration. --- www/firefox3/distinfo | 4 ++-- www/firefox3/patches/patch-ab | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'www/firefox3') diff --git a/www/firefox3/distinfo b/www/firefox3/distinfo index dfe7fb64db9..e54cf22d066 100644 --- a/www/firefox3/distinfo +++ b/www/firefox3/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.2 2008/07/17 20:08:46 tnn Exp $ +$NetBSD: distinfo,v 1.3 2008/09/16 11:24:58 tnn Exp $ SHA1 (firefox-3.0.1-source.tar.bz2) = ba3bb0b02404cf1abfb6189b156b2f4eb02e8975 RMD160 (firefox-3.0.1-source.tar.bz2) = 4fc8659d31df496bac99f4e452fe012790b669d8 Size (firefox-3.0.1-source.tar.bz2) = 36868928 bytes SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3 -SHA1 (patch-ab) = 924dc7356eb765a392253b06acd46b44049568c1 +SHA1 (patch-ab) = dd388a040f99f71a79cf03a328de810e8d623374 SHA1 (patch-ac) = c814530c1a8574739b7557d007563232b6070c51 SHA1 (patch-ad) = 20f2184a7e5e98b065e884c67e4c17fc52019a79 SHA1 (patch-ae) = fea251aabc772c3d4ad3044c8295af45cc9cab2d diff --git a/www/firefox3/patches/patch-ab b/www/firefox3/patches/patch-ab index fd959b326c2..6ba008017b4 100644 --- a/www/firefox3/patches/patch-ab +++ b/www/firefox3/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $ +$NetBSD: patch-ab,v 1.2 2008/09/16 11:24:58 tnn Exp $ ---- configure.orig 2008-03-01 00:31:03.000000000 +0100 -+++ configure -@@ -6178,7 +6178,7 @@ rm -f conftest* +--- configure.in.orig 2008-06-25 00:51:17.000000000 +0200 ++++ configure.in +@@ -1682,7 +1682,7 @@ case "$target" in LDFLAGS=$_SAVE_LDFLAGS ;; @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $ if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then DLL_SUFFIX=".so.1.0" DSO_LDOPTS="-shared" -@@ -6192,6 +6192,9 @@ rm -f conftest* +@@ -1696,6 +1696,9 @@ case "$target" in # MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive' # MKSHLIB_UNFORCE_ALL='' # fi @@ -21,11 +21,10 @@ $NetBSD: patch-ab,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $ ;; *-hpux*) -@@ -6766,6 +6769,13 @@ EOF +@@ -2212,8 +2215,15 @@ case "$target" in if test "$LIBRUNPATH"; then DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS" fi -+ + case "${target_cpu}" in + alpha*) + CFLAGS="$CFLAGS -mieee" @@ -34,13 +33,16 @@ $NetBSD: patch-ab,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $ + esac ;; ++ *-openvms*) -@@ -16253,7 +16263,7 @@ rm -f conftest* - fi - + AC_DEFINE(NO_PW_GECOS) + AC_DEFINE(NO_UDSOCK) +@@ -6116,7 +6126,7 @@ dnl ==================================== + dnl = Enable code optimization. ON by default. + dnl ======================================================== if test -z "$MOZ_OPTIMIZE_FLAGS"; then - MOZ_OPTIMIZE_FLAGS="-O" + MOZ_OPTIMIZE_FLAGS="" fi - # Check whether --enable-optimize or --disable-optimize was given. + MOZ_ARG_ENABLE_STRING(optimize, -- cgit v1.2.3