diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-23 16:21:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-23 16:21:57 +0200 |
commit | 8d17613ff823582c6692cc919ec3590f18b12896 (patch) | |
tree | e7eb6e6f4f34ea39b848a8268813c086ff6ac459 | |
parent | 9c7c64ee9565527ee5453db183faf1000ade850b (diff) |
fix check for libpng
-rw-r--r-- | package/firefox/patches/patch-configure | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/package/firefox/patches/patch-configure b/package/firefox/patches/patch-configure index 6ab49e7f0..cda2ec0e1 100644 --- a/package/firefox/patches/patch-configure +++ b/package/firefox/patches/patch-configure @@ -1,5 +1,5 @@ ---- mozilla-1.9.2.orig/configure 2010-12-03 16:57:11.000000000 +0100 -+++ mozilla-1.9.2/configure 2010-12-29 21:52:34.000000000 +0100 +--- mozilla-1.9.2.orig/configure 2011-03-19 21:39:59.000000000 +0100 ++++ mozilla-1.9.2/configure 2011-04-23 11:35:36.000000000 +0200 @@ -3970,7 +3970,7 @@ else echo "$ac_t""yes" 1>&6 fi @@ -17,6 +17,17 @@ HOST_AR_FLAGS='$(AR_FLAGS)' MOZ_JPEG_CFLAGS= +@@ -13581,9 +13580,9 @@ if test "$SYSTEM_PNG" = 1; then + LIBS="$PNG_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 13584 "configure" +-#include "confdefs.h" + #include <stdio.h> + #include <sys/types.h> ++#include "confdefs.h" + #include <png.h> + int main() { + #if PNG_LIBPNG_VER < $MOZPNG @@ -17895,7 +17894,7 @@ echo "configure:17889: checking for SQLI else |