diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 12:01:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 12:01:03 +0800 |
commit | fcfade311dd40a7352a143e66f08d75bbfc227f0 (patch) | |
tree | a2d8d73a5c1a8513289f14a455543fcc1c2716d3 /www/mozilla/files/patch-qt | |
parent | 7b00848de26b5c09b6d72c57893be961679dd0b2 (diff) | |
download | marcuscom-ports-fcfade311dd40a7352a143e66f08d75bbfc227f0.tar.gz marcuscom-ports-fcfade311dd40a7352a143e66f08d75bbfc227f0.tar.zst marcuscom-ports-fcfade311dd40a7352a143e66f08d75bbfc227f0.zip |
Add Mozilla and update to 1.7.3.
This new release uses a new install method based loosely on Firefox. This
new method should make us more compatible with Galeon and Epiphany.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2911 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/patch-qt')
-rw-r--r-- | www/mozilla/files/patch-qt | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-qt b/www/mozilla/files/patch-qt new file mode 100644 index 000000000..6b72f3f00 --- /dev/null +++ b/www/mozilla/files/patch-qt @@ -0,0 +1,50 @@ +--- configure.orig Tue Apr 20 21:39:17 2004 ++++ configure Thu Apr 29 14:01:52 2004 +@@ -9362,7 +9362,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 9368 "configure" + #include "confdefs.h" +@@ -9393,7 +9393,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 +@@ -9403,7 +9403,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 9409 "configure" + #include "confdefs.h" +@@ -9434,7 +9434,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 +@@ -12298,9 +12298,9 @@ + + + +-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth" ++MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth" + +-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm datetime finger cview layout-debug tasks" ++MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm datetime finger cview layout-debug tasks" + + # Check whether --enable-extensions or --disable-extensions was given. + if test "${enable_extensions+set}" = set; then |