More_tweakage.
[p5sagit/p5-mst-13.2.git] / hints / darwin.sh
index eff32f4..8f3bb06 100644 (file)
@@ -65,3 +65,14 @@ usevfork='true';
 # malloc works
 usemymalloc='n';
 
+##
+# Build process
+##
+
+# Locales aren't feeling well.
+LC_ALL=C; export LC_ALL;
+
+# The HFS+ will throw "make depend" into confusion since
+# Makefile and makefile are the same.
+firstmakefile=GNUmakefile;
+