summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-01-23 19:13:37 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-01-23 19:13:37 +0100
commitb621f163b9af5f8949f0ce1ce1bc13651562b3ff (patch)
treed2072d515e196aff290333a9be3ad1445f7d4268 /dev-lang/ocaml/ocaml-4.13.1.ebuild
parentwww-client/chromium: security cleanup (diff)
downloadgentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.gz
gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.bz2
gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.zip
dev-lang/ocaml: respect CFLAGS
Closes: https://bugs.gentoo.org/719166 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.13.1.ebuild')
-rw-r--r--dev-lang/ocaml/ocaml-4.13.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.13.1.ebuild b/dev-lang/ocaml/ocaml-4.13.1.ebuild
index da99522c6e38..1765de6905c0 100644
--- a/dev-lang/ocaml/ocaml-4.13.1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,8 @@ BDEPEND="${RDEPEND}
PDEPEND="emacs? ( app-emacs/ocaml-mode )
xemacs? ( app-xemacs/ocaml )"
+QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
+
src_prepare() {
default