git: c1f08038a222 - main - security/ocaml-cryptgps: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 21:47:11 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1f08038a2223a370c0c48684f09971898ecf59b commit c1f08038a2223a370c0c48684f09971898ecf59b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-16 13:39:52 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-17 21:45:32 +0000 security/ocaml-cryptgps: fix build on powerpc --- security/ocaml-cryptgps/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/ocaml-cryptgps/Makefile b/security/ocaml-cryptgps/Makefile index 0b5cb25d09e1..b624b9d3fed9 100644 --- a/security/ocaml-cryptgps/Makefile +++ b/security/ocaml-cryptgps/Makefile @@ -23,6 +23,12 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}