summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-18 05:55:01 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-18 06:13:27 +0100
commit749967d9e0d292966c30957ca5cd970e36ba7316 (patch)
tree91706d57db1a212be5e5efd296bed809a48fe515
parentDrop old and vulnerable versions. (diff)
downloadgentoo-749967d9e0d292966c30957ca5cd970e36ba7316.tar.gz
gentoo-749967d9e0d292966c30957ca5cd970e36ba7316.tar.bz2
gentoo-749967d9e0d292966c30957ca5cd970e36ba7316.zip
sys-devel/llvm: Switch to newly-added LLVM_ENABLE_LIBEDIT
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 0812bdd13166..b45604a530bc 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -146,6 +146,7 @@ multilib_src_configure() {
-DLLVM_BUILD_TESTS=$(usex test)
-DLLVM_ENABLE_FFI=$(usex libffi)
+ -DLLVM_ENABLE_LIBEDIT=$(usex libedit)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
-DLLVM_ENABLE_ASSERTIONS=$(usex debug)
-DLLVM_ENABLE_EH=ON
@@ -158,7 +159,6 @@ multilib_src_configure() {
-DFFI_INCLUDE_DIR="${ffi_cflags#-I}"
-DFFI_LIBRARY_DIR="${ffi_ldflags#-L}"
- -DHAVE_HISTEDIT_H=$(usex libedit)
# disable OCaml bindings (now in dev-ml/llvm-ocaml)
-DOCAMLFIND=NO