summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_el.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-22 13:56:22 -0400
committerB Stack <bgstack15@gmail.com>2019-10-22 13:56:22 -0400
commit1240098e4905fc5fdf54740709873bed5137f7eb (patch)
tree90cf843f39b7886d3e8cbaa273c7d5b92ca64c13 /freefilesync/ffs_el.patch
parentWIP: fix el patch (diff)
downloadstackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.tar.gz
stackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.tar.bz2
stackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.zip
WIP: test a separate patch for the include <bit>
Diffstat (limited to 'freefilesync/ffs_el.patch')
-rw-r--r--freefilesync/ffs_el.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/freefilesync/ffs_el.patch b/freefilesync/ffs_el.patch
index 5365636..b25c74e 100644
--- a/freefilesync/ffs_el.patch
+++ b/freefilesync/ffs_el.patch
@@ -107,21 +107,6 @@ diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.11-0/wx+/app_main.h 10.11-1/wx+/
#include <wx/window.h>
#include <wx/app.h>
-Version: FreeFileSync 10.17
-Distro: EL7,EL8,fc29
-Message: short-circuit for EL and Fedora 29. This probably has to do with gcc < 9. Conveniently, x86 and x86_64 are my only targets and they are little-endian.
-diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.17-0/zen/build_info.h 10.17-1/zen/build_info.h
---- 10.17-0/zen/build_info.h 2019-10-21 11:23:51.249139703 -0400
-+++ 10.17-1/zen/build_info.h 2019-10-22 11:40:19.873435707 -0400
-@@ -24,7 +24,7 @@
-
- constexpr bool usingLittleEndian()
- {
-- return std::endian::native == std::endian::little;
-+ return true;
- }
-
- #endif //BUILD_INFO_H_5928539285603428657
diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.11-0/zen/ring_buffer.h 10.11-1/zen/ring_buffer.h
--- 10.11-0/zen/ring_buffer.h 2019-04-12 07:59:46.098196548 -0400
+++ 10.11-1/zen/ring_buffer.h 2019-04-12 10:19:57.228913439 -0400
bgstack15