diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.14.2.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/ocaml/ocaml-4.14.2.ebuild b/dev-lang/ocaml/ocaml-4.14.2.ebuild index f94e0f851126..bb61347421c2 100644 --- a/dev-lang/ocaml/ocaml-4.14.2.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.2.ebuild @@ -79,6 +79,10 @@ src_test() { } src_install() { + # OCaml generates textrels on 32-bit arches + if use arm || use ppc || use x86 ; then + export QA_TEXTRELS='.*' + fi default dodir /usr/include |