projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b77e91
)
sci-physics/root: prefixify clingutils cmake.
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 27 Jan 2019 00:37:45 +0000
(08:37 +0800)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 27 Jan 2019 01:40:03 +0000
(09:40 +0800)
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@gentoo.org>
sci-physics/root/root-6.14.08-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-physics/root/root-6.14.08-r1.ebuild
b/sci-physics/root/root-6.14.08-r1.ebuild
index 303a28a35928c7c59a0278c133093f9f052b0095..4702845c4151142d9ed711138ee2a0e0b897d323 100644
(file)
--- 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