diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-01 01:43:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-01 01:43:28 +0000 |
commit | 3ac2d4b8aabac59ecadf486fa0dac2f8d2c627ad (patch) | |
tree | 51227b816ccb473c56fe4497ed9bf11d15f13c3a /x11 | |
parent | a462d55c1da3d62d2219f45f6e04a50fe7e9c7be (diff) | |
download | pkgsrc-3ac2d4b8aabac59ecadf486fa0dac2f8d2c627ad.tar.gz |
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/xephem/Makefile | 4 | ||||
-rw-r--r-- | x11/xphoon/Makefile | 4 | ||||
-rw-r--r-- | x11/xscreensaver/Makefile.common | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index eba14e9d82e..3c46fac4b7b 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/01/23 21:50:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.61 2004/02/01 01:43:30 jlam Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 10 @@ -100,7 +100,7 @@ USE_PKGSRC_GCC= # defined .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD= 3.0 +GCC_REQD+= 3.0 .endif .include "../../archivers/bzip2/buildlink2.mk" diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 2480bc9a8c7..2ff62512ef0 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/12/19 15:43:31 skrll Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/01 01:43:30 jlam Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -9,7 +9,7 @@ PKGNAME= qt3-libs-${QTVERSION} COMMENT= C++ X GUI toolkit USE_BUILDLINK2= yes -GCC_REQD= 2.95.3 +GCC_REQD+= 2.95.3 ALL_TARGET= sub-plugins diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index c7b334ee799..21a0067644e 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/24 13:25:17 kristerw Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/01 01:43:30 jlam Exp $ DISTNAME= xephem-3.5.2 PKGREVISION= 1 @@ -24,7 +24,7 @@ BUILD_DIRS= ${LIBSRC1} ${LIBSRC2} ${WRKSRC} INSTALL_DIRS= ${WRKSRC} .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD= 2.95.3 +GCC_REQD+= 2.95.3 .endif post-install: diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index 9e5be7978bd..d8e1781308b 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:27 kristerw Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/01 01:43:30 jlam Exp $ # DISTNAME= xphoon.tar @@ -22,7 +22,7 @@ MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD= 2.95.3 +GCC_REQD+= 2.95.3 .endif .if ${OPSYS} == "NetBSD" diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 742403e9b34..0632f64a853 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2004/01/27 18:56:23 kristerw Exp $ +# $NetBSD: Makefile.common,v 1.67 2004/02/01 01:43:30 jlam Exp $ # DISTNAME= xscreensaver-4.14 @@ -61,7 +61,7 @@ CFLAGS+= -fno-strict-aliasing .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD= 2.95.3 +GCC_REQD+= 2.95.3 .endif .include "../../devel/gettext-lib/buildlink2.mk" |