Date: Wed, 22 Jan 2025 11:27:36 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: 2c22194b9541 - main - devel/ocaml-stdio: fix build on powerpc Message-ID: <202501221127.50MBRa5O046396@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c22194b9541bcbe1ab178ef74637a4a753efdfe commit 2c22194b9541bcbe1ab178ef74637a4a753efdfe Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-19 11:58:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-22 11:25:06 +0000 devel/ocaml-stdio: fix build on powerpc --- devel/ocaml-stdio/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-stdio/Makefile b/devel/ocaml-stdio/Makefile index d952cc6c0729..b46755a06374 100644 --- a/devel/ocaml-stdio/Makefile +++ b/devel/ocaml-stdio/Makefile @@ -25,6 +25,12 @@ OPTIONS_DEFINE= DOCS SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-patch: @${REINPLACE_CMD} \ -e "s/(lang dune 3.11)/(lang dune 3.7)/" \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221127.50MBRa5O046396>
