From d1755824659cacdb62bf344f771e05f56a01588c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 28 Oct 2023 09:22:11 -0400 Subject: ffs: add wx exceptions to RealTimeSync too --- freefilesync/debian/patches/disable_wxuse_Exceptions.patch | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'freefilesync/debian') diff --git a/freefilesync/debian/patches/disable_wxuse_Exceptions.patch b/freefilesync/debian/patches/disable_wxuse_Exceptions.patch index 89ea834..24d251f 100644 --- a/freefilesync/debian/patches/disable_wxuse_Exceptions.patch +++ b/freefilesync/debian/patches/disable_wxuse_Exceptions.patch @@ -3,8 +3,8 @@ Source: Original research Version: 13.1 Date: 2023-10-28 Message: Disable wxUSE_EXCEPTIONS flag to fix FTBFS ---- 13.1-0/FreeFileSync/Source/application.h 2023-10-28 08:12:34.776976562 -0400 -+++ 13.1-1/FreeFileSync/Source/application.h 2023-10-28 08:54:26.710403937 -0400 +--- a/FreeFileSync/Source/application.h ++++ b/FreeFileSync/Source/application.h @@ -13,6 +13,8 @@ #include "config.h" #include "return_codes.h" @@ -14,3 +14,13 @@ Message: Disable wxUSE_EXCEPTIONS flag to fix FTBFS namespace fff //avoid name clash with "int ffs()" for fuck's sake! (maxOS, Linux issue only: internally includes , WTF!) { +--- a/FreeFileSync/Source/RealTimeSync/application.h ++++ b/FreeFileSync/Source/RealTimeSync/application.h +@@ -9,6 +9,7 @@ + + #include + ++#define wxUSE_EXCEPTIONS 0 + + namespace rts + { -- cgit