summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_abi.patch
diff options
context:
space:
mode:
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