Skip to content

Commit 76d6537

Browse files
committed
depends: drop 1 qt determinism patch
No-longer required now that we are building with GCC 12.
1 parent e1ce5b8 commit 76d6537

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

depends/packages/qt.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ $(package)_patches += qtbase-moc-ignore-gcc-macro.patch
1818
$(package)_patches += use_android_ndk23.patch
1919
$(package)_patches += rcc_hardcode_timestamp.patch
2020
$(package)_patches += duplicate_lcqpafonts.patch
21-
$(package)_patches += fast_fixed_dtoa_no_optimize.patch
2221
$(package)_patches += guix_cross_lib_path.patch
2322
$(package)_patches += fix-macos-linker.patch
2423
$(package)_patches += memory_resource.patch
@@ -251,7 +250,6 @@ define $(package)_preprocess_cmds
251250
patch -p1 -i $($(package)_patch_dir)/rcc_hardcode_timestamp.patch && \
252251
patch -p1 -i $($(package)_patch_dir)/duplicate_lcqpafonts.patch && \
253252
patch -p1 -i $($(package)_patch_dir)/utc_from_string_no_optimize.patch && \
254-
patch -p1 -i $($(package)_patch_dir)/fast_fixed_dtoa_no_optimize.patch && \
255253
patch -p1 -i $($(package)_patch_dir)/guix_cross_lib_path.patch && \
256254
patch -p1 -i $($(package)_patch_dir)/windows_lto.patch && \
257255
mkdir -p qtbase/mkspecs/macx-clang-linux &&\

depends/patches/qt/fast_fixed_dtoa_no_optimize.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)