summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authorjdc <jdc@pkgsrc.org>2005-08-28 09:06:14 +0000
committerjdc <jdc@pkgsrc.org>2005-08-28 09:06:14 +0000
commitb6e65ebc3dc9e180fcb35420d2fb24c02aee8f20 (patch)
tree5392b19664754f3c03412bfa1d70e7a034c431f4 /x11/qt3-tools
parent17d0b18f793e5bce3698c7000959dff186c6eeef (diff)
downloadpkgsrc-b6e65ebc3dc9e180fcb35420d2fb24c02aee8f20.tar.gz
Add a hack to require gcc 3.4 on NetBSD/sparc.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index d5e786701aa..1dab7cce564 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2005/06/22 21:14:45 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/08/28 09:06:14 jdc Exp $
+
+.include "../../mk/bsd.prefs.mk"
+# XXX: hack - work round an ICE with GCC 3.3 on sparc
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
+GCC_REQD+= 3.4
+.endif
.include "../qt3-libs/Makefile.common"