git: 4fa25e8c5ad7 - main - devel/ocaml-pomap: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:21 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4fa25e8c5ad711474793b7fe3f98493a7015377b
commit 4fa25e8c5ad711474793b7fe3f98493a7015377b
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-11 13:04:29 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:37:01 +0000
devel/ocaml-pomap: fix build on powerpc
---
devel/ocaml-pomap/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/devel/ocaml-pomap/Makefile b/devel/ocaml-pomap/Makefile
index fc980db0718d..fd932f0ad07d 100644
--- a/devel/ocaml-pomap/Makefile
+++ b/devel/ocaml-pomap/Makefile
@@ -22,6 +22,12 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS= yes
+.endif
+
do-build:
cd ${BUILD_WRKSRC} && dune build --verbose