textproc/ocaml-yojson: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 10:35:00 +01:00
parent 7deb22af2d
commit 6458c346b8

View file

@ -25,6 +25,12 @@ OPTIONS_DEFINE= DOCS
DUNE_INSTALL_TARGETS= ${OCAML_PACKAGES}
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/ydump \