This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Darwin needs -traditional-cpp for cppflags to build Errno.
[perl5.git] / hints / next_3.sh
index 1a174b8..27c9bd9 100644 (file)
@@ -47,7 +47,7 @@
 # use the following two lines if you have perl5.003_22 or better and
 # do not encounter intermittent core dumps.
 
-ccflags='-DUSE_NEXT_CTYPE'
+ccflags="$ccflags -DUSE_NEXT_CTYPE"
 usemymalloc='n'
 
 ######################################################################