diff options
Diffstat (limited to 'games/scummvm/Makefile')
-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 0982fb5bf783..2eb63bf7af2b 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -58,6 +58,10 @@ MT32EMU_CONFIGURE_OFF= --disable-mt32emu BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif +.if ${ARCH} == "armv6" +CONFIGURE_ENV+= ASFLAGS=-meabi=5 +.endif + post-patch: @${REINPLACE_CMD} -e '/^mandir=/s/datarootdir/prefix/' ${WRKSRC}/configure |