summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authormef <mef>2014-10-23 11:05:29 +0000
committermef <mef>2014-10-23 11:05:29 +0000
commit9e6bf67b6e7c62eab791afd0a9ed26d232bee95b (patch)
treed25309be09afc7503c67c4470601cb91261f495c /cross
parent38e1f1db653e738b179b2341bb7e1ff154373875 (diff)
downloadpkgsrc-9e6bf67b6e7c62eab791afd0a9ed26d232bee95b.tar.gz
Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@
Diffstat (limited to 'cross')
-rw-r--r--cross/nios2-gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/nios2-gcc/Makefile b/cross/nios2-gcc/Makefile
index df131407f59..cebfaf6bdd1 100644
--- a/cross/nios2-gcc/Makefile
+++ b/cross/nios2-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/29 23:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/23 11:05:29 mef Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-gcc-${PKG_VERSION}
PKG_VERSION= 4.7.3
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --host=${MACHINE_ARCH}--${LOWER_OPSYS}
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}--${LOWER_OPSYS}
# See line :2760 of configure
CONFIGURE_ARGS+= --srcdir=.
-PKGSRC_MAKE_ENV+= SH=/bin/ksh
+CONFIG_SHELL= ksh
CFLAGS+= -g
PLIST_VARS+= doc