pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/arts Add a hack to require gcc 3.4 on NetBSD/sparc.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac1cab9ee8e6
branches: trunk
changeset: 499058:ac1cab9ee8e6
user: jdc <jdc%pkgsrc.org@localhost>
date: Thu Sep 08 15:51:40 2005 +0000
description:
Add a hack to require gcc 3.4 on NetBSD/sparc.
diffstat:
audio/arts/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1cf89af7ddac -r ac1cab9ee8e6 audio/arts/Makefile
--- a/audio/arts/Makefile Thu Sep 08 15:31:35 2005 +0000
+++ b/audio/arts/Makefile Thu Sep 08 15:51:40 2005 +0000
@@ -1,10 +1,15 @@
-# $NetBSD: Makefile,v 1.46 2005/08/10 20:56:10 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2005/09/08 15:51:40 jdc Exp $
DISTNAME= arts-1.4.2
CATEGORIES= audio
HOMEPAGE= http://www.kde.org/areas/multimedia/
COMMENT= Analog Real-Time Synthesizer
+# XXX: hack - work round an ICE with GCC 3.3 on sparc
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
+GCC_REQD+= 3.4
+.endif
+
.include "../../meta-pkgs/kde3/Makefile.kde3"
CONFLICTS+= kdelibs-2*
Home |
Main Index |
Thread Index |
Old Index