summaryrefslogtreecommitdiff
path: root/audio/libsbsms
diff options
context:
space:
mode:
authordholland <dholland>2015-12-27 07:33:07 +0000
committerdholland <dholland>2015-12-27 07:33:07 +0000
commitf5432de67df28aec136a9dcca5ff93f361d8a53a (patch)
treed6cc1726a1f29d2bf237195c9831bfeaca52aa87 /audio/libsbsms
parentadc4b5cdd153f70ce9bfab15339a89aaecf10181 (diff)
downloadpkgsrc-f5432de67df28aec136a9dcca5ff93f361d8a53a.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