Does not compile on sparc64: invokes i386 asm.
This commit is contained in:
parent
cbe98cfc29
commit
77c6c953cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277924
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue