summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_abi.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-16 21:04:42 -0500
committerB Stack <bgstack15@gmail.com>2019-02-16 21:04:42 -0500
commit6bbf6744f6e567da7336d8d988841c4afed843d1 (patch)
tree2e3681b87595e795e032834eb54fc155b84c71a2 /freefilesync/ffs_abi.patch
parentFreeFileSync 10.9 rpm and dpkg (diff)
downloadstackrpms-6bbf6744f6e567da7336d8d988841c4afed843d1.tar.gz
stackrpms-6bbf6744f6e567da7336d8d988841c4afed843d1.tar.bz2
stackrpms-6bbf6744f6e567da7336d8d988841c4afed843d1.zip
WIP: freefilesync on centos7 raw
This worked raw, but needs major work before release. See first few lines in spec file for what was done. Next steps: 1. Place all dependencies in a copr along with this application. 2. Merge all required code changes into a single patch file.
Diffstat (limited to 'freefilesync/ffs_abi.patch')
-rw-r--r--freefilesync/ffs_abi.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/ffs_abi.patch b/freefilesync/ffs_abi.patch
new file mode 100644
index 0000000..375397c
--- /dev/null
+++ b/freefilesync/ffs_abi.patch
@@ -0,0 +1,12 @@
+diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.9-0/wx+/app_main.h 10.9-1/wx+/app_main.h
+--- 10.9-0/wx+/app_main.h 2019-02-13 16:05:15.000000000 -0500
++++ 10.9-1/wx+/app_main.h 2019-02-16 13:51:32.437266070 -0500
+@@ -7,6 +7,8 @@
+ #ifndef APP_MAIN_H_08215601837818347575856
+ #define APP_MAIN_H_08215601837818347575856
+
++#define __GXX_ABI_VERSION 1002
++
+ #include <wx/window.h>
+ #include <wx/app.h>
+
bgstack15