diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
commit | be800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch) | |
tree | 2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /audio/tse3 | |
parent | BROKEN on i386: Does not compile (diff) |
BROKEN on !i386: Does not compile
Diffstat (limited to 'audio/tse3')
-rw-r--r-- | audio/tse3/Makefile | 4 |
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... " |