diff options
author | linimon <linimon@FreeBSD.org> | 2009-02-03 13:57:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-02-03 13:57:44 +0800 |
commit | 7ab65bc638f8bb67a05d3488dae43716458aac3f (patch) | |
tree | 09c922dce246a5405dff8bea97bda0c0b9f990e6 /games/eduke32 | |
parent | dc6ba8a9869f783628bde19796ec3e8eb833a22b (diff) | |
download | freebsd-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/Makefile | 4 |
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++ |