From e4978fc24640e3379d11b766c695f7efb1068160 Mon Sep 17 00:00:00 2001 From: Lars Engels Date: Mon, 11 May 2015 17:12:33 +0000 Subject: Fix build on armv6 PR: 200122 Submitted by: mikael.urankar@gmail.com --- games/scummvm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/scummvm/Makefile') 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 -- cgit v1.2.3