textproc/ocaml-expat: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 15:52:46 +01:00
parent 9424bb766c
commit 5249b35092

View file

@ -21,6 +21,12 @@ ALL_TARGET= all allopt doc
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}