math/ocaml-ocamlgraph: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-06 04:54:27 +01:00
parent 7f3cfa31a6
commit b5252f256d

View file

@ -21,6 +21,12 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch:
@${REINPLACE_CMD} \
-e "s/(name ${PORTNAME})/&\n (version ${PORTVERSION})/" \