diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:27:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:27:57 +0000 |
commit | ba9425925cbceee64e42e73440e0480047d52323 (patch) | |
tree | a4ff68f24f766890f4a2dc3a6ab3f4b75a273c4a /emulators/openmsx | |
parent | d02711d8b50c81bd5abc0de7d402662b7767ab68 (diff) | |
download | ports-ba9425925cbceee64e42e73440e0480047d52323.tar.gz ports-ba9425925cbceee64e42e73440e0480047d52323.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-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> |