Date: Sun, 12 Jan 2025 21:43:25 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: f497c7ba23d5 - main - textproc/pdfsandwich: fix build on powerpc Message-ID: <202501122143.50CLhPBr097578@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=f497c7ba23d5ae3b32a75ad9b3f43ffdce52d21d commit f497c7ba23d5ae3b32a75ad9b3f43ffdce52d21d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 13:46:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:37:07 +0000 textproc/pdfsandwich: fix build on powerpc --- textproc/pdfsandwich/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 2557f6c7ea49..cbb25d12f87a 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -22,4 +22,10 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/pdfsandwich \ man/man1/pdfsandwich.1.gz +.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.50CLhPBr097578>