diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-07-26 18:38:39 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-07-26 18:44:52 +0000 |
commit | 2cf549d13d189665c1b2963bb06aafe57bfafa45 (patch) | |
tree | b9d20b4ae57d5db468a6969cae8eb56c605b56e1 | |
parent | c352dab5f5f8e2b76d15aee8eb74482dd8567f23 (diff) | |
download | ports-2cf549d13d189665c1b2963bb06aafe57bfafa45.tar.gz ports-2cf549d13d189665c1b2963bb06aafe57bfafa45.zip |
devel/ocaml-opam: Fix build on aarch64
Define NOPRECIOUSMAKEVARS=yes to avoid variable naming (ARCH) conflict
PR: 265112
Approved by: Hannes Mehnert (maintainer)
-rw-r--r-- | devel/ocaml-opam/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |