summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_el.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 14:24:41 +0000
committerB Stack <bgstack15@gmail.com>2020-07-23 14:24:41 +0000
commit6182a3a1a339fdbc882c30a01e25c1db7ad7728c (patch)
treef7f50de0ac3c85e16687014bd7ad37babe75861d /freefilesync/ffs_el.patch
parentMerge branch 'irfanview-bump' into 'master' (diff)
parentfix date for 10.25 (diff)
downloadstackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.gz
stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.bz2
stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.0 See merge request bgstack15/stackrpms!169
Diffstat (limited to 'freefilesync/ffs_el.patch')
-rw-r--r--freefilesync/ffs_el.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/freefilesync/ffs_el.patch b/freefilesync/ffs_el.patch
index 4611e5e..c8b0fcc 100644
--- a/freefilesync/ffs_el.patch
+++ b/freefilesync/ffs_el.patch
@@ -1,3 +1,4 @@
+# 2020-07-22 starting at FreeFileSync 10.25 in 2020-06, we need g++-10 to compile but all EL targets (6, 7, and 8) do not have gcc 10 so this patch is not usable as is. But it should get the gtk3 fix if any CentOS targets get gcc-10.
The cstddef discovery is from https://stackoverflow.com/questions/52567517/freefilesync-c-error-byte-is-not-a-member-of-std
Some changes just make the application work better in an installed setting (e.g., the hard-coded resouce path).
Tricking the wxWidgets ABI version comes from https://stackoverflow.com/questions/45123664/wxwidgets-runtime-error-mismatch-version/47822976#47822976
bgstack15