summaryrefslogtreecommitdiff
path: root/audio/libsbsms
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-12-27 07:33:07 +0000
committerdholland <dholland@pkgsrc.org>2015-12-27 07:33:07 +0000
commite2778f9442062f6a07e12ffabb5883c8a458f1e5 (patch)
treed6cc1726a1f29d2bf237195c9831bfeaca52aa87 /audio/libsbsms
parent3fd090fd533e835c80fb812c625983ff7340c185 (diff)
downloadpkgsrc-e2778f9442062f6a07e12ffabb5883c8a458f1e5.tar.gz
configure script demands -msse; mark it broken on non-x86 platforms.
Diffstat (limited to 'audio/libsbsms')
-rw-r--r--audio/libsbsms/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile
index 7e6da06ebac..ac90ba2e3f3 100644
--- a/audio/libsbsms/Makefile
+++ b/audio/libsbsms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/19 17:29:21 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/27 07:33:07 dholland Exp $
DISTNAME= libsbsms-2.0.2
CATEGORIES= audio
@@ -9,6 +9,11 @@ HOMEPAGE= http://sbsms.sourceforge.net/
COMMENT= Subband Sinusoidal Modeling Synthesis
LICENSE= gnu-gpl-v2
+# configure script demands -msse; should be taught to use altivec and
+# whatever else on other platforms. Except where nonexistent.
+BROKEN_EXCEPT_FOR_PLATFORM= *-*-i386 *-*-x86_64
+NOT_FOR_PLATFORM= *-*-m68k
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config