From 5249b35092b47d1426826638be9393ca4795ab5f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 16 Jan 2025 15:52:46 +0100 Subject: [PATCH] textproc/ocaml-expat: fix build on powerpc --- textproc/ocaml-expat/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 3cf33f9c5e31..bf2ada1ae2de 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -21,6 +21,12 @@ ALL_TARGET= all allopt doc OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}