diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-20 20:14:51 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-20 20:14:51 +0800 |
commit | 36371464219dbdc0f0d2fe3fcf4c88cce7ba03f3 (patch) | |
tree | 8166284a916e6f9b63fd589d5a81411e295ce346 /www/firefox/files | |
parent | 898a052d4c037b9f3ddb5765a372dd53c0087764 (diff) | |
download | freebsd-ports-gnome-36371464219dbdc0f0d2fe3fcf4c88cce7ba03f3.tar.gz freebsd-ports-gnome-36371464219dbdc0f0d2fe3fcf4c88cce7ba03f3.tar.zst freebsd-ports-gnome-36371464219dbdc0f0d2fe3fcf4c88cce7ba03f3.zip |
Update to 2.0.0.5
Diffstat (limited to 'www/firefox/files')
-rw-r--r-- | www/firefox/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/firefox/files/patch-configure b/www/firefox/files/patch-configure index ee6087d2d948..92cb6ab27ea9 100644 --- a/www/firefox/files/patch-configure +++ b/www/firefox/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig Tue Aug 8 13:59:01 2006 -+++ configure Tue Sep 19 07:52:08 2006 +--- configure.orig 2007-07-11 12:44:47.000000000 -0400 ++++ configure 2007-07-19 06:04:36.000000000 -0400 @@ -1047,7 +1047,7 @@ MOZJPEG=62 - MOZPNG=10207 + MOZPNG=10217 -MOZZLIB=1.2.3 +MOZZLIB=1.2.2 NSPR_VERSION=4 NSS_VERSION=3 -@@ -10267,7 +10267,7 @@ +@@ -10403,7 +10403,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 10273 "configure" + #line 10409 "configure" #include "confdefs.h" -@@ -10298,7 +10298,7 @@ +@@ -10434,7 +10434,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -27,16 +27,16 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 -@@ -10308,7 +10308,7 @@ +@@ -10444,7 +10444,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 10314 "configure" + #line 10450 "configure" #include "confdefs.h" -@@ -10339,7 +10339,7 @@ +@@ -10475,7 +10475,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |