git: 2cf549d13d18 - main - devel/ocaml-opam: Fix build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 18:44:58 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf549d13d189665c1b2963bb06aafe57bfafa45 commit 2cf549d13d189665c1b2963bb06aafe57bfafa45 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-07-26 18:38:39 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-07-26 18:44:52 +0000 devel/ocaml-opam: Fix build on aarch64 Define NOPRECIOUSMAKEVARS=yes to avoid variable naming (ARCH) conflict PR: 265112 Approved by: Hannes Mehnert (maintainer) --- devel/ocaml-opam/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index f5effd76dc41..c289d60eb595 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -32,6 +32,8 @@ GIT_RUN_DEPENDS= git:devel/git MERCURIAL_RUN_DEPENDS= ${PY_MERCURIAL} RSYNC_RUN_DEPENDS= rsync:net/rsync +NOPRECIOUSMAKEVARS= yes + pre-configure: cd ${WRKSRC} && ${MAKE_CMD} compiler