summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-04-05 00:22:24 +0000
committerdmcmahill <dmcmahill>2007-04-05 00:22:24 +0000
commita1537bfba7792f50e745b3206c5ff40418f02582 (patch)
tree8ffd6e7c358d14d970c8ab13ea822c660a38ca76 /x11/qt3-libs
parent93c674da4df705da0e35cc77636bd95fc83c3c72 (diff)
downloadpkgsrc-a1537bfba7792f50e745b3206c5ff40418f02582.tar.gz
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
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index f76d9b1a035..9fd5b227d65 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -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