From: Jarkko Hietaniemi Date: Thu, 25 Oct 2001 13:34:19 +0000 (+0000) Subject: Allow resetting the locale system for the duration X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8170cb1295a74f5fb68f22e0be2bbfb4d5b3e568;p=p5sagit%2Fp5-mst-13.2.git Allow resetting the locale system for the duration of the build (Mac OS X default setting LANG=En_US ist kaputt) p4raw-id: //depot/perl@12646 --- diff --git a/Makefile.SH b/Makefile.SH index 65cf9d8..c9cbfe6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -230,6 +230,21 @@ INSTALLPREFIXEXP = $prefix # $installusrbinperl # $versiononly +case "${osname}:${osvers}" in +darwin:*) +$spitshell >>Makefile <>Makefile <<'!NO!SUBS!'