summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-07-24 08:31:44 +0000
committermaya <maya@pkgsrc.org>2017-07-24 08:31:44 +0000
commit478654db848da82c0b36b54b88c63b010816f720 (patch)
tree66eebbad5fb0c09c99288a7dad32a3b9a6e758c8 /audio
parentce71b7721a9e7b9a54455e40e93f33110ea07316 (diff)
downloadpkgsrc-478654db848da82c0b36b54b88c63b010816f720.tar.gz
drop old gcc hack for sparc, conflicts with a non-existent package
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile4
-rw-r--r--audio/arts/hacks.mk9
2 files changed, 1 insertions, 12 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 242bb715342..29ce62b2e77 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/05/24 16:48:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.92 2017/07/24 08:31:44 maya Exp $
DISTNAME= arts-1.5.10
PKGREVISION= 15
@@ -12,8 +12,6 @@ REPLACE_SH+= artsc/artsc-config.in artsc/artsdsp.in
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99
-CONFLICTS+= kdelibs-2*
-
USE_TOOLS+= perl pkg-config
# Ensure we export symbols in the linked shared object.
diff --git a/audio/arts/hacks.mk b/audio/arts/hacks.mk
deleted file mode 100644
index d54fb3784aa..00000000000
--- a/audio/arts/hacks.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: hacks.mk,v 1.2 2005/09/14 04:15:55 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