textproc/ocaml-csv: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 14:41:04 +01:00
parent c1f08038a2
commit 1ae4f68968

View file

@ -19,4 +19,10 @@ TEST_TARGET= tests
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.include <bsd.port.mk> .include <bsd.port.mk>