git: 007b4134494b - main - security/ocaml-ssl: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:03 UTC
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}