diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 08:15:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 08:15:48 +0800 |
commit | 867b3fc258155f7ac227d82314ac9ee9d409c82d (patch) | |
tree | ede8da8a1623a02b2b9765180462708cfe25f333 /www/firefox10/files/patch-configure | |
parent | b7139ec5cb6a8b897e1b996065dd18c0b2889569 (diff) | |
download | marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.gz marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.bz2 marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.lz marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.xz marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.zst marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.zip |
- Merge firefox-devel from ports to firefox MC so we can test firefox 1.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5099 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10/files/patch-configure')
-rw-r--r-- | www/firefox10/files/patch-configure | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/firefox10/files/patch-configure b/www/firefox10/files/patch-configure new file mode 100644 index 000000000..9e60372ad --- /dev/null +++ b/www/firefox10/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig Fri Feb 13 01:06:29 2004 ++++ configure Fri Feb 13 01:07:17 2004 +@@ -9181,7 +9181,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 9187 "configure" + #include "confdefs.h" +@@ -9212,7 +9212,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- _ICONV_LIBS="$_ICONV_LIBS -liconv" ++ _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 +@@ -9222,7 +9222,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 9228 "configure" + #include "confdefs.h" +@@ -9253,7 +9253,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- _ICONV_LIBS="$_ICONV_LIBS -liconv" ++ _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv" + else + echo "$ac_t""no" 1>&6 + fi |