From 1ae4f689685c8fdd3abc425af7b8e618e253d358 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 16 Jan 2025 14:41:04 +0100 Subject: [PATCH] textproc/ocaml-csv: fix build on powerpc --- textproc/ocaml-csv/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 160323eaedff..f66f32a26e09 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -19,4 +19,10 @@ TEST_TARGET= tests MAKE_JOBS_UNSAFE= yes +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .include