Date: Wed, 22 Jan 2025 11:27:40 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5df61ca7efd0 - main - lang/mtasc: fix build on powerpc Message-ID: <202501221127.50MBReZ0046538@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221127.50MBReZ0046538>