aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-25 11:36:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-25 11:36:32 +0000
commiteac489a734bf4f8b3450cbeab872f18f752b5ce3 (patch)
tree31091b309bc79046ae682e5c68d456c2ca26a887 /emulators/mame
parentb09f3918cabae26960cd5881122c561c43191e9e (diff)
downloadports-eac489a734bf4f8b3450cbeab872f18f752b5ce3.tar.gz
ports-eac489a734bf4f8b3450cbeab872f18f752b5ce3.zip
Mark as broken on sparc64.
Notes
Notes: svn path=/head/; revision=230949
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index ac3befc2d47e..9850695402b3 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -42,6 +42,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