diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-15 14:51:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-15 15:30:56 +0100 |
commit | 9c6f58b7053115763f11ef40051eb60226e0daa6 (patch) | |
tree | bbcc76fd934947af8d851a083fcbaac7d7247d36 /dev-util/lldb | |
parent | sys-devel/clang: Remove unnecessary LLVM_LIBDIR_SUFFIX (diff) | |
download | gentoo-9c6f58b7053115763f11ef40051eb60226e0daa6.tar.gz gentoo-9c6f58b7053115763f11ef40051eb60226e0daa6.tar.bz2 gentoo-9c6f58b7053115763f11ef40051eb60226e0daa6.zip |
dev-util/lldb: Remove unnecessary LLVM_LIBDIR_SUFFIX
Diffstat (limited to 'dev-util/lldb')
-rw-r--r-- | dev-util/lldb/lldb-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 23dadf6b0621..ca7817faa484 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -60,9 +60,6 @@ src_unpack() { src_configure() { local libdir=$(get_libdir) local mycmakeargs=( - # used to find cmake modules - -DLLVM_LIBDIR_SUFFIX="${libdir#lib}" - -DLLDB_DISABLE_CURSES=$(usex !ncurses) -DLLDB_DISABLE_LIBEDIT=$(usex !libedit) -DLLDB_DISABLE_PYTHON=$(usex !python) |