aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-08 22:58:04 +0800
committerwill <will@FreeBSD.org>2000-06-08 22:58:04 +0800
commitf791ba3033a4f7c88c6afee8c431f21802178c90 (patch)
tree484b5123c88246207bc12377add22c912763d5e1 /audio
parent48767a102c773534a5d6e2368e86e61de677223e (diff)
downloadfreebsd-ports-gnome-f791ba3033a4f7c88c6afee8c431f21802178c90.tar.gz
freebsd-ports-gnome-f791ba3033a4f7c88c6afee8c431f21802178c90.tar.zst
freebsd-ports-gnome-f791ba3033a4f7c88c6afee8c431f21802178c90.zip
Sphinx has some i386-only sound code, adjust to account for this fact.
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'audio')
-rw-r--r--audio/sphinx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile
index 086894704868..19cc5a9476f4 100644
--- a/audio/sphinx/Makefile
+++ b/audio/sphinx/Makefile
@@ -16,4 +16,7 @@ MAINTAINER= trevor@jpj.net
USE_LIBTOOL= yes
USE_GMAKE= yes
+# contains i386 sound code
+ONLY_FOR_ARCHS= i386
+
.include <bsd.port.mk>