diff options
Diffstat (limited to 'audio/tse3/Makefile')
-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... " |