summary refs log tree commit diff
path: root/pkgs/development/libraries/neon/darwin-fix-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/neon/darwin-fix-configure.patch')
-rw-r--r--pkgs/development/libraries/neon/darwin-fix-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/libraries/neon/darwin-fix-configure.patch b/pkgs/development/libraries/neon/darwin-fix-configure.patch
new file mode 100644
index 00000000000..87222a9c0ce
--- /dev/null
+++ b/pkgs/development/libraries/neon/darwin-fix-configure.patch
@@ -0,0 +1,12 @@
+diff -Nuar neon-0.29.6/configure neon-0.29.6-darwin-fix-configure/configure
+--- neon-0.29.6/configure	2011-05-03 14:25:31.000000000 +0200
++++ neon-0.29.6-darwin-fix-configure/configure	2012-06-06 23:32:21.000000000 +0200
+@@ -4184,7 +4184,7 @@
+ $as_echo "$ne_cv_os_uname" >&6; }
+ 
+ if test "$ne_cv_os_uname" = "Darwin"; then
+-  CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
++  CPPFLAGS="$CPPFLAGS"
+   LDFLAGS="$LDFLAGS -flat_namespace"
+   # poll has various issues in various Darwin releases
+   if test x${ac_cv_func_poll+set} != xset; then