From 6239f2daa03877fbd4818ee3cd82a01a135ecb43 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 4 Aug 2003 05:10:57 +0000 Subject: Apparently the newly introduce -DDARWIN did conflict with some Apple definition, how ironic... p4raw-id: //depot/perl@20467 --- hints/darwin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hints/darwin.sh') diff --git a/hints/darwin.sh b/hints/darwin.sh index 025c0221f1..59f0d63050 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -85,10 +85,10 @@ esac # -pipe: makes compilation go faster. # -fno-common because common symbols are not allowed in MH_DYLIB -# -DDARWIN: apparently the __APPLE__ is not sanctioned by Apple +# -DPERL_DARWIN: apparently the __APPLE__ is not sanctioned by Apple # as the way to differentiate Mac OS X. (The official line is that # *no* cpp symbol does differentiate Mac OS X.) -ccflags="${ccflags} -pipe -fno-common -DDARWIN" +ccflags="${ccflags} -pipe -fno-common -DPERL_DARWIN" # At least on Darwin 1.3.x: # -- cgit v1.2.1