Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 21:43:34 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: 2e2beebcb0f7 - main - net/unison251: fix build on powerpc
Message-ID:  <202501122143.50CLhYlU097963@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=2e2beebcb0f7b78ad38da7b74790f95dcc27edfd

commit 2e2beebcb0f7b78ad38da7b74790f95dcc27edfd
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-11 16:34:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:37:20 +0000

    net/unison251: fix build on powerpc
---
 net/unison251/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net/unison251/Makefile b/net/unison251/Makefile
index 96a7ee24d6bb..1d9f813b4d5e 100644
--- a/net/unison251/Makefile
+++ b/net/unison251/Makefile
@@ -60,6 +60,12 @@ USES+=			gettext-runtime gnome
 PLIST_SUB+=		X11=""
 .endif
 
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS=	yes
+.endif
+
 post-patch-FSMONITOR-off:
 	@${REINPLACE_CMD} -e 's/-include fsmonitor/#&/' \
 		${WRKSRC}/Makefile.OCaml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhYlU097963>