From 8f4f83badb7d1ba9fbdc45673bc7277e7619b775 Mon Sep 17 00:00:00 2001 From: "Randal L. Schwartz" Date: Fri, 2 Nov 2001 01:33:34 -0800 Subject: patches for MacOS X 10.1 for perl 5.7.2 Message-ID: (two of the changes) Better coexistence with extensions. p4raw-id: //depot/perl@12816 --- hints/darwin.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hints/darwin.sh') diff --git a/hints/darwin.sh b/hints/darwin.sh index 61940f34cc..d5e27a593e 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -78,8 +78,9 @@ ccflags="${ccflags} -pipe -fno-common" # ccflags="${ccflags} -DINT32_MIN_BROKEN -DINT64_MIN_BROKEN" -# cpp-precomp is problematic. -cppflags='-traditional-cpp'; +# cppflags='-traditional-cpp'; +# avoid Apple's cpp precompiler, better for extensions +cppflags="${cppflags} -no-cpp-precomp" # Shared library extension is .dylib. # Bundle extension is .bundle. -- cgit v1.2.1