diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 10:27:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 10:27:57 +0800 |
commit | 85c2cdcf54446e920abdefa0d139117d7dba6578 (patch) | |
tree | 38a2959d5d06c5a7450573932416442fffa08288 /emulators | |
parent | db3aa55519d14176d8e3491c10d33df13e272c01 (diff) | |
download | freebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.tar.gz freebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.tar.zst freebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.zip |
Mark as broken on tier-2: uses i386 asm.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 781cefd99579..9c57ba5def9c 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -47,4 +47,8 @@ post-patch: USE_GCC= 4.2+ .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64: uses i386-specific asm +.endif + .include <bsd.port.post.mk> |