aboutsummaryrefslogtreecommitdiff
path: root/emulators/sdlmess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/sdlmess/Makefile')
-rw-r--r--emulators/sdlmess/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 35844a03e9b8..0cc12ced66b7 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -41,6 +41,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.if ${ARCH} == "amd64"
MAKE_ENV+= PTR64=1
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
post-patch:
@${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c