git: 27c6e21262c0 - main - net/unison: fix build on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 12 Jan 2025 21:43:38 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27c6e21262c089628f063e99bf02dadb440dc2b0

commit 27c6e21262c089628f063e99bf02dadb440dc2b0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-11 18:03:06 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:37:26 +0000

    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 <bsd.port.options.mk>
 
+.if ${ARCH} == powerpc
+USE_BINUTILS=	yes
+.endif
+
 .if ${PORT_OPTIONS:MFSMONITOR}
 ALL_TARGET+=	fsmonitor
 .endif