pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Don't use "/bin/ksh" to run wrappe scripts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6331fb556805
branches:  trunk
changeset: 395726:6331fb556805
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jul 11 10:32:41 2009 +0000

description:
Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard.
This should fix build problems reported by Christoph Egger.

diffstat:

 mk/platform/Darwin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3485f1310ced -r 6331fb556805 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Sat Jul 11 09:11:13 2009 +0000
+++ b/mk/platform/Darwin.mk     Sat Jul 11 10:32:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.38 2009/06/07 11:34:27 schwarz Exp $
+# $NetBSD: Darwin.mk,v 1.39 2009/07/11 10:32:41 tron Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -117,7 +117,7 @@
 .endif
 
 # Use "/bin/ksh" for buildlink3 wrapper script to improve build performance.
-.if exists(/bin/ksh)
+.if empty(OS_VERSION:M[0-8].*) && exists(/bin/ksh)
 WRAPPER_BIN_SH?=       /bin/ksh
 .endif
 



Home | Main Index | Thread Index | Old Index