diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:23:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:23:28 +0000 |
commit | a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4 (patch) | |
tree | e1f8fc61e5b222f7ec9b8cac0431b8ba7b479551 /emulators/mame | |
parent | 9abe91d1a02eb790c2e1bc9c73a9d16fe8571e14 (diff) | |
download | ports-a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4.tar.gz ports-a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4.zip |
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/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> |