textproc/ocaml-spelll: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-02 16:04:09 +01:00
parent 0751045d61
commit 68fe66b024

View file

@ -20,6 +20,12 @@ PORTDOCS= LICENSE README.md
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch: post-patch:
@${REINPLACE_CMD} \ @${REINPLACE_CMD} \
-e "s/(lang dune.*/&\n(version ${DISTVERSION})/" \ -e "s/(lang dune.*/&\n(version ${DISTVERSION})/" \