aboutsummaryrefslogtreecommitdiff
path: root/emulators/mess
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/mess
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/mess')
-rw-r--r--emulators/mess/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 35844a03e9b8..0cc12ced66b7 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/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