diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-15 09:26:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-15 09:26:14 +0800 |
commit | fd699feb6e40b25218e0ae0a416e59f2656822a5 (patch) | |
tree | 94cb159b8eb83c6026a37f47a448ca89cf915224 /audio | |
parent | dd3ee70842536b49b0f21b7b9fa718f85f27bf6e (diff) | |
download | freebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.tar.gz freebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.tar.zst freebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.zip |
Mark as broken on sparc64: fails to configure.
Diffstat (limited to 'audio')
-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> |