diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:07:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-05-29 04:07:07 +0000 |
commit | b5f04ce7cba1cf722bf69c5f8036f576bb2bc385 (patch) | |
tree | f8f80316baf11a5a3ecd81d485eccfa4c86ff721 /audio/beast | |
parent | c2f692179f398a0a199c9651120ee8f3c682be8f (diff) |
Mark as broken on sparc64: does not compile.
Notes
Notes:
svn path=/head/; revision=234754
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 1ea0f40866a2..ab276370d87e 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -44,4 +44,10 @@ post-patch: ${WRKSRC}/bse/Makefile.in \ ${WRKSRC}/bse/zintern/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |