Date: Sun, 12 Jan 2025 21:43:38 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: 27c6e21262c0 - main - net/unison: fix build on powerpc Message-ID: <202501122143.50CLhcQZ098156@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhcQZ098156>