Date: Fri, 17 Jan 2025 21:47:00 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: 0c8e17ee09ba - main - devel/ocaml-extlib: fix build on powerpc Message-ID: <202501172147.50HLl0T9062645@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=0c8e17ee09ba19fac383e56df7a4952361014b74 commit 0c8e17ee09ba19fac383e56df7a4952361014b74 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-16 10:57:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-17 21:45:18 +0000 devel/ocaml-extlib: fix build on powerpc --- devel/ocaml-extlib/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index efb079766532..25961255f1e5 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -29,6 +29,12 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172147.50HLl0T9062645>