Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 21:47:05 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: 182125358219 - main - devel/ocaml-xstr: fix build on powerpc
Message-ID:  <202501172147.50HLl5Uf062821@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=182125358219984baf0168385f06448e43f68e93

commit 182125358219984baf0168385f06448e43f68e93
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-16 13:06:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-17 21:45:25 +0000

    devel/ocaml-xstr: fix build on powerpc
---
 devel/ocaml-xstr/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/devel/ocaml-xstr/Makefile b/devel/ocaml-xstr/Makefile
index 1cc981b77952..a4202c3a36bc 100644
--- a/devel/ocaml-xstr/Makefile
+++ b/devel/ocaml-xstr/Makefile
@@ -17,4 +17,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 ALL_TARGET=	all opt
 
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS=	yes
+.endif
+
 .include <bsd.port.mk>



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