From f497c7ba23d5ae3b32a75ad9b3f43ffdce52d21d Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 11 Jan 2025 14:46:38 +0100 Subject: [PATCH] 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 + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .include