summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjdc <jdc>2006-01-12 20:59:56 +0000
committerjdc <jdc>2006-01-12 20:59:56 +0000
commit124bfa319f475ea2a1edc7a8c6ad5487ec371ef5 (patch)
tree35481516e65b6c1aaa3eeba0a60d075bdcb11002 /x11
parentba3a9a4429f109dd7374e46dbecf68c40ff7e3be (diff)
downloadpkgsrc-124bfa319f475ea2a1edc7a8c6ad5487ec371ef5.tar.gz
We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.
Pointed out by salo@.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-libs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index f78658effc3..c6d059dc3df 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/12/28 11:07:17 ghen Exp $
+# $NetBSD: Makefile,v 1.43 2006/01/12 20:59:56 jdc Exp $
LIBQT= ${WRKSRC}/lib/libqt-mt.la
@@ -6,8 +6,6 @@ LIBQT= ${WRKSRC}/lib/libqt-mt.la
# XXX: hack - work round an ICE with GCC 3.3 on sparc
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
GCC_REQD+= 3.4
-.else
-GCC_REQD+= 2.95.3
.endif
.include "../../x11/qt3-libs/Makefile.common"