pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt3-tools Add a hack to require gcc 3.4 on NetBSD/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa2c7fe308b
branches:  trunk
changeset: 498638:5fa2c7fe308b
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Sun Aug 28 09:06:14 2005 +0000

description:
Add a hack to require gcc 3.4 on NetBSD/sparc.

diffstat:

 x11/qt3-tools/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 065fedfcff04 -r 5fa2c7fe308b x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile    Sun Aug 28 08:39:35 2005 +0000
+++ b/x11/qt3-tools/Makefile    Sun Aug 28 09:06:14 2005 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index