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, 0 insertions, 12 deletions
diff --git a/freefilesync/ffs_abi.patch b/freefilesync/ffs_abi.patch
deleted file mode 100644
index 375397c..0000000
--- a/freefilesync/ffs_abi.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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