1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken on sparc64: fails to compile.

This commit is contained in:
Mark Linimon 2009-02-03 05:57:44 +00:00
parent b10c21b547
commit d4886b0b80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227502

View File

@ -32,6 +32,10 @@ OPTIONS= MIDI "Enable MIDI support" On \
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.if defined(WITH_MIDI)
.if defined(WITH_TIMIDITYPLUS)
RUN_DEPENDS+= timidity:${PORTSDIR}/audio/timidity++