summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:27:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:27:50 +0100
commit1ca706f0559b7a13f4f541aeaae71f824d837416 (patch)
treec019507f1edc56458f4de062fc8bfa8aec1efb85 /package/firefox/patches/patch-configure
parent1d8f51334df12e4049a4a1c6f642bdb06e09136a (diff)
fix cross-compile on Darwin, update to latest upstream
Diffstat (limited to 'package/firefox/patches/patch-configure')
-rw-r--r--package/firefox/patches/patch-configure23
1 files changed, 10 insertions, 13 deletions
diff --git a/package/firefox/patches/patch-configure b/package/firefox/patches/patch-configure
index bb6138223..a5f6df0b9 100644
--- a/package/firefox/patches/patch-configure
+++ b/package/firefox/patches/patch-configure
@@ -1,5 +1,5 @@
--- mozilla-1.9.2.orig/configure 2010-10-27 05:09:28.000000000 +0200
-+++ mozilla-1.9.2/configure 2010-11-25 20:36:24.969435934 +0100
++++ mozilla-1.9.2/configure 2010-12-12 12:03:54.000000000 +0100
@@ -3970,7 +3970,7 @@ else
echo "$ac_t""yes" 1>&6
fi
@@ -9,7 +9,15 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-@@ -17895,7 +17895,7 @@ echo "configure:17889: checking for SQLI
+@@ -5625,7 +5625,6 @@ DIRENT_INO=d_ino
+ CYGWIN_WRAPPER=
+ WIN_TOP_SRC=
+ MOZ_USER_DIR=".mozilla"
+-HOST_AR='$(AR)'
+ HOST_AR_FLAGS='$(AR_FLAGS)'
+
+ MOZ_JPEG_CFLAGS=
+@@ -17895,7 +17894,7 @@ echo "configure:17889: checking for SQLI
else
if test "$cross_compiling" = yes; then
@@ -18,14 +26,3 @@
else
cat > conftest.$ac_ext <<EOF
-@@ -21465,8 +21465,8 @@ if test -n "$CROSS_COMPILE"; then
- HOST_LIBIDL_CONFIG="$LIBIDL_CONFIG"
- fi
- if test -n "$HOST_LIBIDL_CONFIG" && test "$HOST_LIBIDL_CONFIG" != "no"; then
-- HOST_LIBIDL_CFLAGS=`${HOST_LIBIDL_CONFIG} --cflags`
-- HOST_LIBIDL_LIBS=`${HOST_LIBIDL_CONFIG} --libs`
-+ HOST_LIBIDL_CFLAGS=`PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig ${HOST_LIBIDL_CONFIG} --cflags`
-+ HOST_LIBIDL_LIBS=`PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig ${HOST_LIBIDL_CONFIG} --libs`
- else
- HOST_LIBIDL_CFLAGS="$LIBIDL_CFLAGS"
- HOST_LIBIDL_LIBS="$LIBIDL_LIBS"