pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs make sure USE_LANGUAGES is set before inc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/881644153ad7
branches: trunk
changeset: 514229:881644153ad7
user: abs <abs%pkgsrc.org@localhost>
date: Fri Jun 09 08:07:46 2006 +0000
description:
make sure USE_LANGUAGES is set before including compiler.mk
diffstat:
x11/qt3-libs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2698c9328bac -r 881644153ad7 x11/qt3-libs/Makefile
--- a/x11/qt3-libs/Makefile Fri Jun 09 07:30:31 2006 +0000
+++ b/x11/qt3-libs/Makefile Fri Jun 09 08:07:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/06/08 01:27:27 minskim Exp $
+# $NetBSD: Makefile,v 1.54 2006/06/09 08:07:46 abs Exp $
PKGNAME= qt3-libs-${QTVERSION}
PKGREVISION= 1
@@ -13,14 +13,14 @@
GCC_REQD+= 3.4
.endif
+.include "../../x11/qt3-libs/Makefile.common"
+
.include "../../mk/compiler.mk"
.if ${OPSYS} == "Darwin" && !empty(CC_VERSION:Mgcc-4.0.0)
PKG_FAIL_REASON= "Apple's gcc 4.0.0 yields an internal compiler error."
PKG_FAIL_REASON+= "Please update gcc to a later version."
.endif
-.include "../../x11/qt3-libs/Makefile.common"
-
BUILD_TARGET= sub-plugins
PTHREAD_OPTS+= require
Home |
Main Index |
Thread Index |
Old Index