git: f497c7ba23d5 - main - textproc/pdfsandwich: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:25 UTC
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>