Date: Tue, 8 Nov 2016 02:27:46 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425657 - head/lang/angelscript Message-ID: <201611080227.uA82Rk6k051915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 02:27:46 2016 New Revision: 425657 URL: https://svnweb.freebsd.org/changeset/ports/425657 Log: Also broken on arm64 and sparc64 (invokes x86 asm). Approved by: portmgr (tier-2 blanket) Modified: head/lang/angelscript/Makefile Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Tue Nov 8 02:00:10 2016 (r425656) +++ head/lang/angelscript/Makefile Tue Nov 8 02:27:46 2016 (r425657) @@ -12,7 +12,9 @@ COMMENT= AngelCode Scripting Library LICENSE= ZLIB +BROKEN_arm64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: invokes x86 asm MAKEFILE= makefile MAKE_ARGS= LOCAL=${STAGEDIR}${PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080227.uA82Rk6k051915>