Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 12 lines 499 B view raw
1diff -Nuar neon-0.29.6/configure neon-0.29.6-darwin-fix-configure/configure 2--- neon-0.29.6/configure 2011-05-03 14:25:31.000000000 +0200 3+++ neon-0.29.6-darwin-fix-configure/configure 2012-06-06 23:32:21.000000000 +0200 4@@ -4184,7 +4184,7 @@ 5 case x"$ne_cv_os_uname" in #( 6 x"Darwin") : 7 8- CPPFLAGS="$CPPFLAGS -no-cpp-precomp" 9+ CPPFLAGS="$CPPFLAGS" 10 LDFLAGS="$LDFLAGS -flat_namespace" 11 # poll has various issues in various Darwin releases 12 if test x${ac_cv_func_poll+set} != xset; then