summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
authorEdward Moy <emoy@apple.com>2003-10-10 10:42:06 -0700
committerNicholas Clark <nick@ccl4.org>2003-10-22 19:50:15 +0000
commit77397dcf62ceeeddb037fe9f0cc462d1d798e190 (patch)
tree9b362bd05f893ea69b5a7849e8736298c9aab205 /hints/darwin.sh
parent3b96ff166736fbb598ddc209be3453ee4b5f2dea (diff)
downloadperl-77397dcf62ceeeddb037fe9f0cc462d1d798e190.tar.gz
patch created by Casey West from:
Subject: CPAN module problems Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com> (change ld value in hints file) p4raw-id: //depot/perl@21520
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index f3e7ff9842..1d27f339ab 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -157,7 +157,7 @@ case "$osvers" in
*) lddlflags="${ldflags} -bundle -undefined dynamic_lookup"
case "$ld" in
*MACOSX_DEVELOPMENT_TARGET*) ;;
- *) ld="MACOSX_DEPLOYMENT_TARGET=10.3 ${ld}" ;;
+ *) ld="env MACOSX_DEPLOYMENT_TARGET=10.3 ${ld}" ;;
esac
;;
esac