Date: Sun, 12 Jan 2025 21:43:28 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: 676db6d2d839 - main - print/texvc: fix build on powerpc Message-ID: <202501122143.50CLhScZ097721@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=676db6d2d8399f7c6abec3953b0e9e929888582a commit 676db6d2d8399f7c6abec3953b0e9e929888582a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 14:13:18 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:37:11 +0000 print/texvc: fix build on powerpc --- print/texvc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/print/texvc/Makefile b/print/texvc/Makefile index 4ad1b7b81621..457bc0db758d 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -24,6 +24,12 @@ RASTER_USE= TEX=latex,dvipsk MAKE_JOBS_UNSAFE= yes +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhScZ097721>