1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Mark as broken on sparc64: fails to configure.

This commit is contained in:
Mark Linimon 2009-09-15 01:26:14 +00:00
parent 5aea7bbc4f
commit 616cb0f3fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241429

View File

@ -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>