diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-09 06:01:06 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-09 06:01:06 +0800 |
commit | 0f437eb962957b88d12efa382073ed39f199d792 (patch) | |
tree | 5ca584d560204f1fc012a3cf9f180cbaae778ce5 /www/firefox3-devel/files/patch-configure | |
parent | 136e2ed677edf4da95589ae990c9332880a47214 (diff) | |
download | marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar.gz marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar.bz2 marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar.lz marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar.xz marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.tar.zst marcuscom-ports-0f437eb962957b88d12efa382073ed39f199d792.zip |
- Update to 2.0rc2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7678 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/files/patch-configure')
-rw-r--r-- | www/firefox3-devel/files/patch-configure | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/www/firefox3-devel/files/patch-configure b/www/firefox3-devel/files/patch-configure index 923cf5065..ee6087d2d 100644 --- a/www/firefox3-devel/files/patch-configure +++ b/www/firefox3-devel/files/patch-configure @@ -1,15 +1,24 @@ ---- configure.orig Tue Oct 4 02:01:48 2005 -+++ configure Wed Nov 23 11:07:17 2005 -@@ -10016,7 +10016,7 @@ +--- configure.orig Tue Aug 8 13:59:01 2006 ++++ configure Tue Sep 19 07:52:08 2006 +@@ -1047,7 +1047,7 @@ + + MOZJPEG=62 + MOZPNG=10207 +-MOZZLIB=1.2.3 ++MOZZLIB=1.2.2 + NSPR_VERSION=4 + NSS_VERSION=3 + +@@ -10267,7 +10267,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liconv $LIBS" +LIBS="-L$LOCALBASE/lib -liconv $LIBS" cat > conftest.$ac_ext <<EOF - #line 10022 "configure" + #line 10273 "configure" #include "confdefs.h" -@@ -10047,7 +10047,7 @@ +@@ -10298,7 +10298,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -18,16 +27,16 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 -@@ -10057,7 +10057,7 @@ +@@ -10308,7 +10308,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liconv $LIBS" +LIBS="-L$LOCALBASE/lib -liconv $LIBS" cat > conftest.$ac_ext <<EOF - #line 10063 "configure" + #line 10314 "configure" #include "confdefs.h" -@@ -10088,7 +10088,7 @@ +@@ -10339,7 +10339,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |