summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRandal L. Schwartz <merlyn@stonehenge.com>2001-11-02 01:33:34 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-02 17:53:00 +0000
commit8f4f83badb7d1ba9fbdc45673bc7277e7619b775 (patch)
tree6a3390cea5e2b797cd03b602e7a133d70c1df0d2 /hints
parent3d555cb8c04bfcf8315c3f7c616b505041697522 (diff)
downloadperl-8f4f83badb7d1ba9fbdc45673bc7277e7619b775.tar.gz
patches for MacOS X 10.1 for perl 5.7.2
Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com> (two of the changes) Better coexistence with extensions. p4raw-id: //depot/perl@12816
Diffstat (limited to 'hints')
-rw-r--r--hints/darwin.sh5
1 files changed, 3 insertions, 2 deletions
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.