btrbk: add mainProgram (#356350)
[NixPkgs.git] / pkgs / development / interpreters / perl / cpp-precomp.patch
blob231853fe51a6dfd4e0f4863c39666e104338e657
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 @@
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"
10 # This is necessary because perl's build system doesn't
11 # apply cppflags to cc compile lines as it should.