diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 05:10:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 05:10:57 +0000 |
commit | 6239f2daa03877fbd4818ee3cd82a01a135ecb43 (patch) | |
tree | 2523480436b9c01c7227bcab2b6e2cf866ef8e7e /hints | |
parent | 63fae90782a9851db725590019f02999dc17a13e (diff) | |
download | perl-6239f2daa03877fbd4818ee3cd82a01a135ecb43.tar.gz |
Apparently the newly introduce -DDARWIN did conflict with
some Apple definition, how ironic...
p4raw-id: //depot/perl@20467
Diffstat (limited to 'hints')
-rw-r--r-- | hints/darwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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: # |