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