at master 477 B view raw
1--- a/hints/darwin.sh 2013-05-08 11:13:45.000000000 -0600 2+++ b/hints/darwin.sh 2013-05-08 11:15:04.000000000 -0600 3@@ -129,7 +129,7 @@ 4 5 # Avoid Apple's cpp precompiler, better for extensions 6 if [ "X`echo | ${cc} -no-cpp-precomp -E - 2>&1 >/dev/null`" = "X" ]; then 7- cppflags="${cppflags} -no-cpp-precomp" 8+ #cppflags="${cppflags} -no-cpp-precomp" 9 10 # This is necessary because perl's build system doesn't 11 # apply cppflags to cc compile lines as it should.