summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-14 13:59:35 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-14 15:35:35 +0100
commita9afb62d2360ca1793ca73ddd1569ac4dadfa458 (patch)
tree975ff5173a0a0c404eb5c85966d8bd03c9a9573d /sys-devel
parentnet-fs/samba: USE="python" now requires ldap to build successfully. (diff)
downloadgentoo-a9afb62d2360ca1793ca73ddd1569ac4dadfa458.tar.gz
gentoo-a9afb62d2360ca1793ca73ddd1569ac4dadfa458.tar.bz2
gentoo-a9afb62d2360ca1793ca73ddd1569ac4dadfa458.zip
sys-devel/llvm: 4.0.1 does not use CMAKE_INSTALL_MANDIR
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-4.0.1-r1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
index 54a6c4b29f96..91367925dfa6 100644
--- 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