Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2022 18:44:58 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2cf549d13d18 - main - devel/ocaml-opam: Fix build on aarch64
Message-ID:  <202207261844.26QIiw3k064231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207261844.26QIiw3k064231>