commit:     b1a4722319fd4dce422008e01ff20dd5e87076d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 00:55:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 00:55:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b1a47223

scripts: bootstrap-prefix: update libffi to 3.4.8

This fixes a build issue on macOS Sequoia 15.4, reported by Kerin.

Reported-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 795141cdb5..70f50ea7ad 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1279,7 +1279,7 @@ bootstrap_zlib() {
 
 bootstrap_libffi() {
        # 3.0.8: last version to bootstrap on Darwin 9 x86
-       bootstrap_gnu libffi 3.4.7 || \
+       bootstrap_gnu libffi 3.4.8 || \
        bootstrap_gnu libffi 3.3 || \
        bootstrap_gnu libffi 3.2.1 || \
        bootstrap_gnu libffi 3.0.8

Reply via email to