diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-19 08:46:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-19 08:46:45 +0800 |
commit | d9540098e2c03cf8e39c7b40301ba1d8074e8b75 (patch) | |
tree | bbf100078baf460e0a8c85685b7f6d947e700c34 /games/scummvm | |
parent | 41045646c22cf61e7002e160e442042d44ba8354 (diff) | |
download | freebsd-ports-gnome-d9540098e2c03cf8e39c7b40301ba1d8074e8b75.tar.gz freebsd-ports-gnome-d9540098e2c03cf8e39c7b40301ba1d8074e8b75.tar.zst freebsd-ports-gnome-d9540098e2c03cf8e39c7b40301ba1d8074e8b75.zip |
Does not compile on sparc64: invokes i386 asm.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |