From 2cf549d13d189665c1b2963bb06aafe57bfafa45 Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Tue, 26 Jul 2022 20:38:39 +0200 Subject: [PATCH] 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 f5effd76dc419..c289d60eb5955 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