aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm/Makefile
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2015-05-11 17:12:33 +0000
committerLars Engels <lme@FreeBSD.org>2015-05-11 17:12:33 +0000
commite4978fc24640e3379d11b766c695f7efb1068160 (patch)
tree68b36ef9264aceac8aaa897854dbe7ceb16a3a58 /games/scummvm/Makefile
parentfe22aefd209765e5b01d7c0881e0334fa978c38f (diff)
downloadports-e4978fc24640e3379d11b766c695f7efb1068160.tar.gz
ports-e4978fc24640e3379d11b766c695f7efb1068160.zip
Fix build on armv6
PR: 200122 Submitted by: mikael.urankar@gmail.com
Notes
Notes: svn path=/head/; revision=386089
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r--games/scummvm/Makefile4
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