From 125549ee0773ce25bd5c500b32495419ea99e55e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 19 Jan 2025 13:15:46 +0100 Subject: [PATCH] security/ocaml-cryptokit: fix build on powerpc --- security/ocaml-cryptokit/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 7bff6fb89561..643d1d73d150 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -23,6 +23,12 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/cryptokit/dllcryptokit_stubs.so \