commit: 40d80638ed9255a4d263fe7c7fadf9ce7d6cd41c
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 00:37:45 2019 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 01:40:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d80638
sci-physics/root: prefixify clingutils cmake.
Otherwise it tries to look for old headers from the host,
e.g. those requiring xlocale.h.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-physics/root/root-6.14.08-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-physics/root/root-6.14.08-r1.ebuild
b/sci-physics/root/root-6.14.08-r1.ebuild
index 303a28a3592..4702845c415 100644
--- a/sci-physics/root/root-6.14.08-r1.ebuild
+++ b/sci-physics/root/root-6.14.08-r1.ebuild
@@ -134,6 +134,8 @@ src_prepare() {
# CSS should use local images
sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed"
+
+ hprefixify core/clingutils/CMakeLists.txt
}
# Note: ROOT uses bundled clang because it is patched and API-incompatible