diff options
author | jdc <jdc@pkgsrc.org> | 2006-01-12 20:59:56 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2006-01-12 20:59:56 +0000 |
commit | f53288fb88d102615fafc619f1a9247e4620b95c (patch) | |
tree | 35481516e65b6c1aaa3eeba0a60d075bdcb11002 /x11 | |
parent | 49adf0a12cd2bf4c72aeaf1f815059188c7fccfd (diff) | |
download | pkgsrc-f53288fb88d102615fafc619f1a9247e4620b95c.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/Makefile | 4 |
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" |