From 27c6e21262c089628f063e99bf02dadb440dc2b0 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 11 Jan 2025 19:03:06 +0100 Subject: [PATCH] net/unison: fix build on powerpc --- net/unison/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/unison/Makefile b/net/unison/Makefile index ce4abaf5fb32..ce69ad10e9b2 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -59,6 +59,10 @@ DOCS= NEWS.md README.md .include +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .if ${PORT_OPTIONS:MFSMONITOR} ALL_TARGET+= fsmonitor .endif