@@ -10,7 +10,7 @@ $(package)_linguist_tools = lrelease lupdate lconvert
10
10
$(package)_patches = qt.pro qttools_src.pro
11
11
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
12
12
$(package)_patches += support_new_android_ndks.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
13
- $(package)_patches += dont_hardcode_x86_64.patch no_sdk_version_check.patch
13
+ $(package)_patches += dont_hardcode_x86_64.patch
14
14
$(package)_patches+ = fix_lib_paths.patch fix_android_pch.patch
15
15
$(package)_patches+ = qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch
16
16
$(package)_patches+ = fix_montery_include.patch
@@ -232,7 +232,6 @@ define $(package)_preprocess_cmds
232
232
patch -p1 -i $($(package ) _patch_dir) /fix_android_pch.patch && \
233
233
patch -p1 -i $($(package ) _patch_dir) /no-xlib.patch && \
234
234
patch -p1 -i $($(package ) _patch_dir) /dont_hardcode_x86_64.patch && \
235
- patch -p1 -i $($(package ) _patch_dir) /no_sdk_version_check.patch && \
236
235
patch -p1 -i $($(package ) _patch_dir) /fix_lib_paths.patch && \
237
236
patch -p1 -i $($(package ) _patch_dir) /qtbase-moc-ignore-gcc-macro.patch && \
238
237
patch -p1 -i $($(package ) _patch_dir) /fix_limits_header.patch && \
@@ -253,6 +252,7 @@ endef
253
252
define $(package)_config_cmds
254
253
export PKG_CONFIG_SYSROOT_DIR =/ && \
255
254
export PKG_CONFIG_LIBDIR=$(host_prefix ) /lib/pkgconfig && \
255
+ export QT_MAC_SDK_NO_VERSION_CHECK=1 && \
256
256
cd qtbase && \
257
257
./configure -top-level $($(package ) _config_opts)
258
258
endef
0 commit comments