From d9540098e2c03cf8e39c7b40301ba1d8074e8b75 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 19 Jul 2011 00:46:45 +0000 Subject: Does not compile on sparc64: invokes i386 asm. --- games/scummvm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 71b506d6022e..ca58765d6b1e 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -101,6 +101,10 @@ CONFIGURE_ARGS+=--disable-fluidsynth CONFIGURE_ARGS+=--disable-mt32emu .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invokes i386 asm +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6 -- cgit