From c1f08038a2223a370c0c48684f09971898ecf59b Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 16 Jan 2025 14:39:52 +0100 Subject: [PATCH] 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 + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}