diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-04-05 00:22:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-04-05 00:22:24 +0000 |
commit | 198761828a3057e1d671a92eef20922ada78f2b6 (patch) | |
tree | 8ffd6e7c358d14d970c8ab13ea822c660a38ca76 /x11/qt3-libs | |
parent | a31a1aa77533595dd594bb4aee22346263d2a004 (diff) | |
download | pkgsrc-198761828a3057e1d671a92eef20922ada78f2b6.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.common | 3 |
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 |