projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77f03c
)
dev-util/lldb: Update one more CMake var
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Dec 2019 08:17:42 +0000
(09:17 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Dec 2019 08:44:01 +0000
(09:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-10.0.0.9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-10.0.0.9999.ebuild
b/dev-util/lldb/lldb-10.0.0.9999.ebuild
index 2bcc54596df68d54e8062aa2e4134b372675ef7d..c2f8c7dded7c9d8422a7fd22cc521db387254d89 100644
(file)
--- a/
dev-util/lldb/lldb-10.0.0.9999.ebuild
+++ b/
dev-util/lldb/lldb-10.0.0.9999.ebuild
@@
-49,7
+49,7
@@
src_configure() {
local mycmakeargs=(
-DLLDB_ENABLE_CURSES=$(usex ncurses)
-DLLDB_ENABLE_LIBEDIT=$(usex libedit)
- -DLLDB_
DISABLE_PYTHON=$(usex !
python)
+ -DLLDB_
ENABLE_PYTHON=$(usex
python)
-DLLDB_ENABLE_LZMA=$(usex lzma)
-DLLDB_USE_SYSTEM_SIX=1
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)