Date: Sun, 12 Jan 2025 21:43:03 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: 007b4134494b - main - security/ocaml-ssl: fix build on powerpc Message-ID: <202501122143.50CLh38W096684@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=007b4134494b6dfa8f6196a4798a782d193f19f1 commit 007b4134494b6dfa8f6196a4798a782d193f19f1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-07 09:12:41 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:36:34 +0000 security/ocaml-ssl: fix build on powerpc --- security/ocaml-ssl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index efb34d86187d..4236b9d4d904 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -21,6 +21,12 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLh38W096684>