From 68fe66b024fc5a08135f21c50909b348fa27eac5 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 2 Jan 2025 16:04:09 +0100 Subject: [PATCH] textproc/ocaml-spelll: fix build on powerpc --- textproc/ocaml-spelll/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/ocaml-spelll/Makefile b/textproc/ocaml-spelll/Makefile index af038ac3aac7..d9efb258dafd 100644 --- a/textproc/ocaml-spelll/Makefile +++ b/textproc/ocaml-spelll/Makefile @@ -20,6 +20,12 @@ PORTDOCS= LICENSE README.md OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-patch: @${REINPLACE_CMD} \ -e "s/(lang dune.*/&\n(version ${DISTVERSION})/" \