projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b466c02
)
dev-ml/llvm-ocaml: Fix using external lit
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:38:03 +0000
(23:38 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:20 +0000
(11:02 +0200)
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index b4f26a2e7dd548ef4779a56e17f6a2e3c6114a91..09f3c4149464b01819d009a5ff4e05cfaea67355 100644
(file)
--- a/
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@
-98,7
+98,7
@@
src_configure() {
)
use test && mycmakeargs+=(
- -DL
IT_COMMAND
="${EPREFIX}/usr/bin/lit"
+ -DL
LVM_EXTERNAL_LIT
="${EPREFIX}/usr/bin/lit"
)
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844