From f2e5a36188133fe9132a0e602e2d167fa9d95908 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 16 Jan 2025 14:32:09 +0100 Subject: [PATCH] textproc/htmlc: fix build on powerpc --- textproc/htmlc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/htmlc/Makefile b/textproc/htmlc/Makefile index f68e0abd7d6b..c81a4658e38b 100644 --- a/textproc/htmlc/Makefile +++ b/textproc/htmlc/Makefile @@ -21,6 +21,12 @@ PORTDOCS= LICENSE INSTALL README JoeCaml.gif rocq.gif copyright-eng.htm \ OPTIONS_DEFINE= DOCS +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-patch: ${RM} ${WRKSRC}/doc/Makefile ${TOUCH} ${WRKSRC}/doc/Makefile