git: b9dc5e646ba2 - main - x11-toolkits/ocaml-graphics: fix build on powerpc

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

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

commit b9dc5e646ba21099253cfdd14afc6fff39efa9f9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-11 11:27:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:36:54 +0000

    x11-toolkits/ocaml-graphics: fix build on powerpc
---
 x11-toolkits/ocaml-graphics/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/x11-toolkits/ocaml-graphics/Makefile b/x11-toolkits/ocaml-graphics/Makefile
index f34ffd7a59a9..a4648b5a5aa3 100644
--- a/x11-toolkits/ocaml-graphics/Makefile
+++ b/x11-toolkits/ocaml-graphics/Makefile
@@ -23,6 +23,12 @@ OPTIONS_DEFINE=		DOCS
 
 SA_DIR=		${LOCALBASE}/${OCAML_SITELIBDIR}
 
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS=	yes
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e "s/(name graphics)/&\n (version ${PORTVERSION})/" \