diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
commit | b1d3a348cb9eb0f1deae1320fef743dcfd937c39 (patch) | |
tree | 4b52a2570258618ae22e08f5006c9e6ab46849dc /emulators/sdlmame | |
parent | d66dff9fc6883fa4650449a68cc33cb949b1eef2 (diff) | |
download | freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.gz freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.zst freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.zip |
Mark as broken on sparc64: fail to compile.
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -52,4 +52,8 @@ post-install: USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> |