aboutsummaryrefslogtreecommitdiffstats
path: root/games/eduke32
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-02-03 13:57:44 +0800
committerlinimon <linimon@FreeBSD.org>2009-02-03 13:57:44 +0800
commit7ab65bc638f8bb67a05d3488dae43716458aac3f (patch)
tree09c922dce246a5405dff8bea97bda0c0b9f990e6 /games/eduke32
parentdc6ba8a9869f783628bde19796ec3e8eb833a22b (diff)
downloadfreebsd-ports-gnome-7ab65bc638f8bb67a05d3488dae43716458aac3f.tar.gz
freebsd-ports-gnome-7ab65bc638f8bb67a05d3488dae43716458aac3f.tar.zst
freebsd-ports-gnome-7ab65bc638f8bb67a05d3488dae43716458aac3f.zip
Mark as broken on sparc64: fails to compile.
Diffstat (limited to 'games/eduke32')
-rw-r--r--games/eduke32/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index 26da1b478339..50b9bb578678 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -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++