devel/ocaml-ounit: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 12:40:53 +01:00
parent b9dc5e646b
commit b65c2c9888

View file

@ -21,6 +21,12 @@ PORTDOCS= ${OCAML_PACKAGES:@p@\
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch:
@${REINPLACE_CMD} \
-e "s/^(version v${DISTVERSION})/(version ${DISTVERSION})/" \