commit: 9a282112f76e3b36325652321f4c4d3724d73f24
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 11:25:28 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 11:27:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a282112
dev-libs/libgcrypt-1.11.0: drop ASM for all Darwin
ASM detection gets confused on M1 and with GCC, so better drop it
altogether, because if we do we end up with a non-functional trapping
library (rendering gpg and other consumers useless).
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
index f3520b916d93..86ef10797506 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
@@ -147,7 +147,7 @@ multilib_src_configure() {
--without-capabilities
# http://trac.videolan.org/vlc/ticket/620
- $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
+ $([[ ${CHOST} == *-darwin* ]] && echo "--disable-asm")
$(use asm || echo "--disable-asm")