svn commit: r386089 - head/games/scummvm

Lars Engels lme at FreeBSD.org
Mon May 11 17:12:34 UTC 2015


Author: lme
Date: Mon May 11 17:12:33 2015
New Revision: 386089
URL: https://svnweb.freebsd.org/changeset/ports/386089

Log:
  Fix build on armv6
  
  PR:			200122
  Submitted by:		mikael.urankar at gmail.com

Modified:
  head/games/scummvm/Makefile

Modified: head/games/scummvm/Makefile
==============================================================================
--- head/games/scummvm/Makefile	Mon May 11 16:45:47 2015	(r386088)
+++ head/games/scummvm/Makefile	Mon May 11 17:12:33 2015	(r386089)
@@ -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
 


More information about the svn-ports-all mailing list