summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/stdcompat/stdcompat-19.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
index e6001579ae46..bba75839ea6b 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -20,6 +20,9 @@ BDEPEND="
dev-ml/dune
dev-ml/findlib[ocamlopt]"
+# Do not complain about CFLAGS etc since ml projects do not use them.
+QA_FLAGS_IGNORED='.*'
+
src_configure () {
econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
}