summaryrefslogtreecommitdiff
path: root/package/neon
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
commit838ba34414112d674ed917d83bdae7c1a8dafdc6 (patch)
tree4303cceddeb48d74755cbacc0b06eadaf45c1d37 /package/neon
parentb2d07cf71c35790672584d9d7bef255fd5bc554c (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/patches/patch-configure31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/neon/patches/patch-configure b/package/neon/patches/patch-configure
new file mode 100644
index 000000000..4ced7dd7f
--- /dev/null
+++ b/package/neon/patches/patch-configure
@@ -0,0 +1,31 @@
+--- neon-0.29.4.orig/configure 2010-10-01 14:35:24.000000000 +0200
++++ neon-0.29.4/configure 2010-10-03 01:29:52.000000000 +0200
+@@ -4249,28 +4249,6 @@ _ACEOF
+ fi
+
+
+-# Check for Darwin, which needs extra cpp and linker flags.
+-{ $as_echo "$as_me:$LINENO: checking for uname" >&5
+-$as_echo_n "checking for uname... " >&6; }
+-if test "${ne_cv_os_uname+set}" = set; then
+- $as_echo_n "(cached) " >&6
+-else
+-
+- ne_cv_os_uname=`uname -s 2>/dev/null`
+-
+-fi
+-{ $as_echo "$as_me:$LINENO: result: $ne_cv_os_uname" >&5
+-$as_echo "$ne_cv_os_uname" >&6; }
+-
+-if test "$ne_cv_os_uname" = "Darwin"; then
+- CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
+- LDFLAGS="$LDFLAGS -flat_namespace"
+- # poll has various issues in various Darwin releases
+- if test x${ac_cv_func_poll+set} != xset; then
+- ac_cv_func_poll=no
+- fi
+-fi
+-
+ { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}