2021-10-10 03:37:30 +11:00
|
|
|
--- configure.orig 2021-10-05 04:40:46.000000000 +1100
|
|
|
|
|
+++ configure 2021-10-10 03:31:40.000000000 +1100
|
|
|
|
|
@@ -3255,6 +3255,8 @@
|
2020-10-21 20:50:18 +11:00
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
+ FRAMEWORKINSTALLAPPSPREFIX="@@APPLICATIONS_DIR@@"
|
|
|
|
|
+
|
|
|
|
|
prefix=$PYTHONFRAMEWORKINSTALLDIR/Versions/$VERSION
|
|
|
|
|
|
|
|
|
|
# Add files for Mac specific code to the list of output
|
2021-10-10 03:37:30 +11:00
|
|
|
@@ -6563,7 +6565,7 @@
|
|
|
|
|
# non-suffixed name in their versioned llvm directory.
|
|
|
|
|
|
|
|
|
|
llvm_bin_dir=''
|
|
|
|
|
-llvm_path="${PATH}"
|
|
|
|
|
+llvm_path="/bin:/sbin:/usr/bin:/usr/sbin"
|
|
|
|
|
if test "${CC}" = "clang"
|
|
|
|
|
then
|
|
|
|
|
clang_bin=`which clang`
|
|
|
|
|
@@ -7580,6 +7582,11 @@
|
2021-04-09 16:07:18 +10:00
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
+ UNIVERSAL_ARCH_FLAGS="@@UNIVERSAL_ARCH_FLAGS@@"
|
|
|
|
|
+ LIPO_32BIT_FLAGS="@@LIPO_32BIT_FLAGS@@"
|
2021-07-12 13:09:52 +10:00
|
|
|
+ LIPO_INTEL64_FLAGS="@@LIPO_INTEL64_FLAGS@@"
|
2021-04-09 16:07:18 +10:00
|
|
|
+ ARCH_RUN_32BIT="@@ARCH_RUN_32BIT@@"
|
|
|
|
|
+
|
|
|
|
|
if test "${UNIVERSALSDK}" != "/"
|
|
|
|
|
then
|
|
|
|
|
CFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${CFLAGS}"
|