pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Fixed pkglint warning:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f862112a8bb6
branches: trunk
changeset: 534981:f862112a8bb6
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 04 23:29:13 2007 +0000
description:
Fixed pkglint warning:
WARN: Makefile.common:48: "${SH} ./configure" is not a valid pathname.
Fixing this fixed the following error:
... ${CONFIGURE_ENV} /bin/ksh /bin/ksh ./configure ...
/bin/ksh: /bin/ksh: cannot execute
diffstat:
x11/qt4-libs/Makefile.common | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 597094937dba -r f862112a8bb6 x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common Sun Nov 04 22:59:36 2007 +0000
+++ b/x11/qt4-libs/Makefile.common Sun Nov 04 23:29:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2007/03/18 17:34:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2007/11/04 23:29:13 rillig Exp $
DISTNAME= qt-x11-opensource-src-${QTVERSION}
CATEGORIES= x11
@@ -45,7 +45,6 @@
.endif
.if ${OPSYS} == "SunOS"
-CONFIGURE_SCRIPT= ${SH} ./configure
. if !empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= -platform solaris-g++
. else
Home |
Main Index |
Thread Index |
Old Index