don't try to explicitly include the shell name in the CONFIGURE_SCRIPT

variable on SunOS.  That leads to things like
/bin/ksh /bin/ksh ./configure
This is needed after rev 1.16 of pkgsrc/mk/configure/configure.mk
This commit is contained in:
dmcmahill 2007-04-05 00:22:24 +00:00
parent a31a1aa775
commit 198761828a

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.64 2007/03/19 12:30:46 dsainty Exp $
# $NetBSD: Makefile.common,v 1.65 2007/04/05 00:22:24 dmcmahill Exp $
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@ -47,7 +47,6 @@ CONFIGURE_ARGS+= -no-g++-exceptions
.endif
.if ${OPSYS} == "SunOS"
CONFIGURE_SCRIPT= ${SH} ./configure
. if !empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= -platform solaris-g++
. else