Date: Sun, 12 Jan 2025 21:43:59 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7c591f2da6dc - main - textproc/bibtex2html: fix build on powerpc Message-ID: <202501122143.50CLhxLT099005@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhxLT099005>