Created attachment 206119 [details] patch Angelscript works on powerpc, but its naming convention is only 32-bit. Define AS_MAX_PORTABILITY when building on powerpc64 to fix build.
Created attachment 206156 [details] v2 powerpc64 is BE.
This builds for me on both amd64 and powerpc64.
A commit references this bug: Author: pkubaj Date: Sat Aug 24 12:38:56 UTC 2019 New revision: 509720 URL: https://svnweb.freebsd.org/changeset/ports/509720 Log: lang/angelscript: fix build on powerpc64 Angelscript works on powerpc, but its naming convention is only 32-bit. Define AS_MAX_PORTABILITY when building on powerpc64 to fix build. PR: 239496 Approved by: ndowens@yahoo.com (maintainer timeout), linimon (mentor) Changes: head/lang/angelscript/Makefile head/lang/angelscript/files/ head/lang/angelscript/files/patch-as_config.h