git: 7c591f2da6dc - main - textproc/bibtex2html: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:59 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c591f2da6dc41b152ac10923e9941fa2707c03e commit 7c591f2da6dc41b152ac10923e9941fa2707c03e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-12 21:25:18 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:42:07 +0000 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 <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .include <bsd.port.mk>