diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:26:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:26:14 +0000 |
commit | 616cb0f3fbaa4e92a4f3e27ffd9dd2adb4f52b36 (patch) | |
tree | d0fb25e49004eee1a05ca6e7e6c3e0df011978d0 /audio/creox | |
parent | 5aea7bbc4f4b6bcc81d9adf9a7e87525727ceb75 (diff) |
Mark as broken on sparc64: fails to configure.
Notes
Notes:
svn path=/head/; revision=241429
Diffstat (limited to 'audio/creox')
-rw-r--r-- | audio/creox/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/creox/Makefile b/audio/creox/Makefile index f1ff4c003ca8..cc2fbcf4718a 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -40,4 +40,10 @@ post-patch: @${REINPLACE_CMD} -e '186s,);,)&,' \ ${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not configure on sparc64: does not find Jack library +.endif + +.include <bsd.port.post.mk> |