aboutsummaryrefslogtreecommitdiff
path: root/depends/packages
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-03-13 15:18:58 +0000
committerfanquake <fanquake@gmail.com>2024-03-14 10:40:17 +0000
commit76d6537698e46f52d6c45a76f7d99ba427d57dca (patch)
tree86026fc9f908bd8faf510c0968e1b61f418ed0ef /depends/packages
parente1ce5b8ae9124717c00dca71a5c5b43a7f5ad177 (diff)
downloadbitcoin-76d6537698e46f52d6c45a76f7d99ba427d57dca.tar.xz
depends: drop 1 qt determinism patch
No-longer required now that we are building with GCC 12.
Diffstat (limited to 'depends/packages')
-rw-r--r--depends/packages/qt.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index 5608e5f073..d09ad75eec 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -18,7 +18,6 @@ $(package)_patches += qtbase-moc-ignore-gcc-macro.patch
$(package)_patches += use_android_ndk23.patch
$(package)_patches += rcc_hardcode_timestamp.patch
$(package)_patches += duplicate_lcqpafonts.patch
-$(package)_patches += fast_fixed_dtoa_no_optimize.patch
$(package)_patches += guix_cross_lib_path.patch
$(package)_patches += fix-macos-linker.patch
$(package)_patches += memory_resource.patch
@@ -251,7 +250,6 @@ define $(package)_preprocess_cmds
patch -p1 -i $($(package)_patch_dir)/rcc_hardcode_timestamp.patch && \
patch -p1 -i $($(package)_patch_dir)/duplicate_lcqpafonts.patch && \
patch -p1 -i $($(package)_patch_dir)/utc_from_string_no_optimize.patch && \
- patch -p1 -i $($(package)_patch_dir)/fast_fixed_dtoa_no_optimize.patch && \
patch -p1 -i $($(package)_patch_dir)/guix_cross_lib_path.patch && \
patch -p1 -i $($(package)_patch_dir)/windows_lto.patch && \
mkdir -p qtbase/mkspecs/macx-clang-linux &&\