diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-18 01:46:40 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-18 01:46:40 +0800 |
commit | a05a6d054b8a3e86703946817abf07f115c8b1a9 (patch) | |
tree | 77b2815b1e89a17234859f73be3728f4f9175b97 /www/seamonkey/files/patch-configure | |
parent | 16194646c1184544cbf961b7d1c648204831b99b (diff) | |
download | marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar.gz marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar.bz2 marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar.lz marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar.xz marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.tar.zst marcuscom-ports-a05a6d054b8a3e86703946817abf07f115c8b1a9.zip |
- Update to 1.1b
- Enable svg
PR: 103529
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7926 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/seamonkey/files/patch-configure')
-rw-r--r-- | www/seamonkey/files/patch-configure | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-configure b/www/seamonkey/files/patch-configure new file mode 100644 index 000000000..ee6087d2d --- /dev/null +++ b/www/seamonkey/files/patch-configure @@ -0,0 +1,47 @@ +--- 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 10273 "configure" + #include "confdefs.h" +@@ -10298,7 +10298,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 +@@ -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 10314 "configure" + #include "confdefs.h" +@@ -10339,7 +10339,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 |