diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /emulators/xmame | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=285419
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index a629c3adaf82..ed3c158298bd 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -31,9 +31,6 @@ WANT_SDL= yes WANT_GNOME= yes MAKE_JOBS_UNSAFE= yes -# Broken on ia-64 -NOT_FOR_ARCHS= ia64 - # Are we building MAME or MESS? (also set by slave ports) MAMEMESS?= mame @@ -112,6 +109,10 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} # .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + .if defined(WITH_ASM68K) ASM_COMMENT= .else |