From 332e3c6cdb27206d7c33d8ed6c6cb55106230f63 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 Jun 2020 14:17:16 +0200 Subject: dev-ml/llvm-ocaml: Apply patches in WORKDIR in 10.0.1+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.9999.ebuild | 3 +++ dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild | 3 +++ dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) (limited to 'dev-ml') diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.9999.ebuild index 52e3836cb57f..c87d9f13cf31 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.9999.ebuild @@ -50,6 +50,9 @@ src_prepare() { # Python is needed to run tests using lit python_setup + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ cmake-utils_src_prepare } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild index 8a7efe8fca43..c228684d237c 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild @@ -50,6 +50,9 @@ src_prepare() { # Python is needed to run tests using lit python_setup + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ cmake-utils_src_prepare } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild index a0e74a7dc12b..5a10d4d1de5c 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild @@ -50,6 +50,9 @@ src_prepare() { # Python is needed to run tests using lit python_setup + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ cmake-utils_src_prepare } -- cgit v1.2.3-65-gdbad