projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e7ec7
)
sys-devel/llvm: 4.0.1 does not use CMAKE_INSTALL_MANDIR
author
Michał Górny
<mgorny@gentoo.org>
Wed, 14 Mar 2018 12:59:35 +0000
(13:59 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 14 Mar 2018 14:35:35 +0000
(15:35 +0100)
sys-devel/llvm/llvm-4.0.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/llvm/llvm-4.0.1-r1.ebuild
b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
index 54a6c4b29f96298ab71dc15e92b254b8640bbabb..91367925dfa6ccdc1768c97939f627ca2985699e 100644
(file)
--- a/
sys-devel/llvm/llvm-4.0.1-r1.ebuild
+++ b/
sys-devel/llvm/llvm-4.0.1-r1.ebuild
@@
-99,7
+99,6
@@
multilib_src_configure() {
local libdir=$(get_libdir)
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/${SLOT}"
- -DCMAKE_INSTALL_MANDIR="${EPREFIX}/usr/lib/llvm/${SLOT}/share/man"
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-DBUILD_SHARED_LIBS=ON