summaryrefslogtreecommitdiff
path: root/package/dillo/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-07 21:39:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-07 21:39:47 +0100
commit1168c2a747460b62e85bc021f16f8d21ff2a6b86 (patch)
tree626add6bd6a540f97486055ca68cef445ebd6cd1 /package/dillo/patches/patch-configure
parentacd808ff41ae90f1e22088654124f6c4ec149e83 (diff)
remove duplicate call of CFLAGS, remove /usr/local from compiler paths
Diffstat (limited to 'package/dillo/patches/patch-configure')
-rw-r--r--package/dillo/patches/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/dillo/patches/patch-configure b/package/dillo/patches/patch-configure
new file mode 100644
index 000000000..233acb5a8
--- /dev/null
+++ b/package/dillo/patches/patch-configure
@@ -0,0 +1,14 @@
+--- dillo-2.2.orig/configure 2010-02-11 11:19:59.000000000 +0100
++++ dillo-2.2/configure 2011-01-07 21:35:04.000000000 +0100
+@@ -5830,11 +5830,6 @@ typedef unsigned char bool_t;
+ _______EOF
+
+
+-if test "`$CPP -v < /dev/null 2>&1 | grep '/usr/local/include' 2>&1`" = ""; then
+- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+- LDFLAGS="$LDFLAGS -L/usr/local/lib"
+-fi
+-
+ for ac_func in gethostbyname
+ do :
+ ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"