git: 5df61ca7efd0 - main - lang/mtasc: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jan 2025 11:27:40 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5df61ca7efd0cb8cd7c0e0de46d7d68c1a2dab6f commit 5df61ca7efd0cb8cd7c0e0de46d7d68c1a2dab6f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-19 12:06:17 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-22 11:25:12 +0000 lang/mtasc: fix build on powerpc --- lang/mtasc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/mtasc/Makefile b/lang/mtasc/Makefile index 1a6e03f24645..e1b59da3d95f 100644 --- a/lang/mtasc/Makefile +++ b/lang/mtasc/Makefile @@ -31,6 +31,12 @@ PORTDATA= std std8 OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-patch: @${REINPLACE_CMD} -E 's,n(read|write) ch,n\1_string ch,' \ ${WRKSRC}/swflib/actionScript.ml \