diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.14.08-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild index 303a28a35928..4702845c4151 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 |