commit:     f62c5b4b9f554cd80965cea0c76b88b9a33c4253
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 07:01:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 08:15:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62c5b4b

llvm-core/llvm: Remove obsolete LIBFFI_* overrides

Remove the obsolete `LIBFFI_*` path overrides.  Upstream code is finally
using pkg-config.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/llvm/llvm-21.0.0.9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild 
b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
index 1fb82efc6002..7506840cd3ba 100644
--- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
@@ -418,9 +418,6 @@ multilib_src_configure() {
 
                -DLLVM_HOST_TRIPLE="${CHOST}"
 
-               -DFFI_INCLUDE_DIR="${ffi_cflags#-I}"
-               -DFFI_LIBRARY_DIR="${ffi_ldflags#-L}"
-
                -DPython3_EXECUTABLE="${PYTHON}"
 
                # disable OCaml bindings (now in dev-ml/llvm)

Reply via email to