Date: Sun, 12 Jan 2025 21:43:21 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: 4fa25e8c5ad7 - main - devel/ocaml-pomap: fix build on powerpc Message-ID: <202501122143.50CLhLbi097430@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=4fa25e8c5ad711474793b7fe3f98493a7015377b commit 4fa25e8c5ad711474793b7fe3f98493a7015377b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 13:04:29 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:37:01 +0000 devel/ocaml-pomap: fix build on powerpc --- devel/ocaml-pomap/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-pomap/Makefile b/devel/ocaml-pomap/Makefile index fc980db0718d..fd932f0ad07d 100644 --- a/devel/ocaml-pomap/Makefile +++ b/devel/ocaml-pomap/Makefile @@ -22,6 +22,12 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + do-build: cd ${BUILD_WRKSRC} && dune build --verbose
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhLbi097430>