From 7c591f2da6dc41b152ac10923e9941fa2707c03e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 12 Jan 2025 22:25:18 +0100 Subject: [PATCH] textproc/bibtex2html: fix build on powerpc --- textproc/bibtex2html/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index c896a331cbc0..34f097072d18 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -30,4 +30,10 @@ PDFDOCS_USE= TEX=latex:build PDFDOCS_CONFIGURE_ENABLE= doc PDFDOCS_INSTALL_TARGET= install install-doc +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .include