diff options
Diffstat (limited to 'audio')
-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> |