pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/arts Move the sparc-gcc33-ice hack into hacks.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc49664fb13f
branches: trunk
changeset: 499060:cc49664fb13f
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Sep 08 16:24:15 2005 +0000
description:
Move the sparc-gcc33-ice hack into hacks.mk.
diffstat:
audio/arts/Makefile | 7 +------
audio/arts/hacks.mk | 9 +++++++++
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 8cadd1fadd0a -r cc49664fb13f audio/arts/Makefile
--- a/audio/arts/Makefile Thu Sep 08 16:16:24 2005 +0000
+++ b/audio/arts/Makefile Thu Sep 08 16:24:15 2005 +0000
@@ -1,15 +1,10 @@
-# $NetBSD: Makefile,v 1.47 2005/09/08 15:51:40 jdc Exp $
+# $NetBSD: Makefile,v 1.48 2005/09/08 16:24:15 schmonz 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*
diff -r 8cadd1fadd0a -r cc49664fb13f audio/arts/hacks.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/hacks.mk Thu Sep 08 16:24:15 2005 +0000
@@ -0,0 +1,9 @@
+$NetBSD: hacks.mk,v 1.1 2005/09/08 16:24:15 schmonz Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+# Work round an ICE with GCC 3.3 on sparc
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
+PKG_HACKS+= sparc-gcc33-ice
+GCC_REQD+= 3.4
+.endif
Home |
Main Index |
Thread Index |
Old Index