summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-07-19 13:25:28 +0200
committerFabian Groffen <grobian@gentoo.org>2024-07-19 13:27:03 +0200
commit9a282112f76e3b36325652321f4c4d3724d73f24 (patch)
treed287c18f6bbe2d5c6824a3b9906947e5300f0af2 /dev-libs/libgcrypt
parentapp-admin/apache-tools: Stabilize 2.4.62 arm64, #936295 (diff)
downloadgentoo-9a282112f76e3b36325652321f4c4d3724d73f24.tar.gz
gentoo-9a282112f76e3b36325652321f4c4d3724d73f24.tar.bz2
gentoo-9a282112f76e3b36325652321f4c4d3724d73f24.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/libgcrypt')
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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")