summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-13 09:13:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-13 09:13:30 +0000
commitda4975035e3d362896429a82d40426424d9bac4f (patch)
tree4ae5e940f6df803d90de9e2183805d0acb11001a /audio
parentBROKEN on sparc64: Build fails (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=109065
Diffstat (limited to 'audio')
-rw-r--r--audio/xtuner/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile
index ab8d017a66b6..367c4b59de34 100644
--- a/audio/xtuner/Makefile
+++ b/audio/xtuner/Makefile
@@ -20,4 +20,10 @@ PLIST_FILES= bin/xtuner
USE_IMAKE= YES
USE_XPM= YES
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
+.include <bsd.port.post.mk>