diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-25 19:36:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-25 19:36:32 +0800 |
commit | 26afeefab401ca060735a5068d5ef75b31ded352 (patch) | |
tree | 4455c6ed82d72f5d288de0859eb9d987e9ceeaf7 /emulators/mame | |
parent | d915414fa63b574128db4a3e634e04d1b259f2b4 (diff) | |
download | freebsd-ports-graphics-26afeefab401ca060735a5068d5ef75b31ded352.tar.gz freebsd-ports-graphics-26afeefab401ca060735a5068d5ef75b31ded352.tar.zst freebsd-ports-graphics-26afeefab401ca060735a5068d5ef75b31ded352.zip |
Mark as broken on sparc64.
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index ac3befc2d47..9850695402b 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -42,6 +42,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c |