Skip to content

Commit

Permalink
devel/ocaml-opam: Fix build on aarch64
Browse files Browse the repository at this point in the history
Define NOPRECIOUSMAKEVARS=yes to avoid variable naming (ARCH) conflict

PR:		265112
Approved by:	Hannes Mehnert (maintainer)
  • Loading branch information
MikaelUrankar committed Jul 26, 2022
1 parent c352dab commit 2cf549d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/ocaml-opam/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 2cf549d

Please sign in to comment.