aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
commitbe800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch)
tree2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /audio/tse3
parent887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff)
downloadports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.tar.gz
ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.zip
Notes
Diffstat (limited to 'audio/tse3')
-rw-r--r--audio/tse3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile
index d55d8e3c3a64..6d2f4d2f1a05 100644
--- a/audio/tse3/Makefile
+++ b/audio/tse3/Makefile
@@ -26,6 +26,10 @@ MAN3= tse3.3
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} -n "checking for SNDCTL_SEQ_GETTIME in sys/soundcard.h... "