diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
commit | 271e6cf2cacb4192b0f3d10602864b9cb428185a (patch) | |
tree | 49bfb670b8d3477caf9cafdd9b6cc01000e28752 /audio/tse3 | |
parent | 717f8aaf89276e9a6e95cea2171cc9724de50f2f (diff) | |
download | freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.gz freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.zst freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.zip |
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... " |