From b4f56beb4fcef7ddaaa9dd7656c1e31d705b2f5b Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Thu, 11 Jul 2024 16:03:38 +0900 Subject: [PATCH] darwin workaround for python3 --- python3/patches/0011-darwin-multi-arch.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python3/patches/0011-darwin-multi-arch.patch diff --git a/python3/patches/0011-darwin-multi-arch.patch b/python3/patches/0011-darwin-multi-arch.patch new file mode 100644 index 00000000..0775b56d --- /dev/null +++ b/python3/patches/0011-darwin-multi-arch.patch @@ -0,0 +1,10 @@ +--- configure.org 2024-07-11 16:02:35.357891440 +0900 ++++ configure 2024-07-11 16:02:50.767317026 +0900 +@@ -5205,6 +5205,7 @@ + + + MULTIARCH=$($CC --print-multiarch 2>/dev/null) ++MULTIARCH="" + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5