summaryrefslogtreecommitdiff
path: root/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild')
-rw-r--r--dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
index bc9abed5b0d0..9f7b215b7642 100644
--- a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,6 +46,10 @@ src_compile() {
}
src_install() {
+ # OCaml generates textrels on 32-bit arches
+ if use arm || use ppc || use x86 ; then
+ export QA_TEXTRELS='.*'
+ fi
emake DESTDIR="${D}" install install-META
dodoc CHANGES.md README.md
}