math/ocaml-zarith: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 11:47:36 +01:00
parent ed281c3689
commit aac7ecb0f6

View file

@ -32,6 +32,12 @@ OPTIONS_DEFINE= DOCS
DOCS_ALL_TARGET=doc
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/dllzarith.so \