From a187ebe1d5283202ef1379c7ca17444a1e98a76e Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 22 Jul 2020 20:46:07 -0400 Subject: ffs 11.0 rpm rc1 Compiler g++-10 is still unavailable for el 6, 7, and 8 and fc31, so this package will only be good on fc32 and Rawhide. --- freefilesync/ffs_el.patch | 1 + 1 file changed, 1 insertion(+) (limited to 'freefilesync/ffs_el.patch') 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 -- cgit