projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440108a
)
Re: 5.6.1 darwin Configure fails to extract Makefile
author
Peter Prymmer
<PPrymmer@factset.com>
Wed, 11 Apr 2001 10:43:52 +0000
(
03:43
-0700)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 24 Apr 2001 00:47:28 +0000
(
00:47
+0000)
Message-ID: <Pine.OSF.4.10.
10104111038480
.113314-100000@aspara.forte.com>
(Ken William's message forwarded from macosx@perl.org)
p4raw-id: //depot/perl@9805
hints/darwin.sh
patch
|
blob
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index eff32f4d5b453ce9d3632ecaf4ca170f3b994b2d..8f3bb06ebf852f8afa4fc3f379ef35ee340acdaa 100644
(file)
--- a/
hints/darwin.sh
+++ b/
hints/darwin.sh
@@
-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;
+