From d339c145870a86c37509debe5d8fa145e192f390 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 9 Feb 2024 21:09:54 -0500 Subject: ffs: major refresh on top of bastif dpkg --- freefilesync/debian/patches/ffs_devuan_gtk3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freefilesync/debian/patches/ffs_devuan_gtk3.patch') diff --git a/freefilesync/debian/patches/ffs_devuan_gtk3.patch b/freefilesync/debian/patches/ffs_devuan_gtk3.patch index c78eb28..8de9a44 100644 --- a/freefilesync/debian/patches/ffs_devuan_gtk3.patch +++ b/freefilesync/debian/patches/ffs_devuan_gtk3.patch @@ -20,8 +20,8 @@ Message: Main patch to compile on Devuan using GTK3. SELINUX_EXISTING=$(shell pkg-config --exists libselinux && echo YES) --- a/FreeFileSync/Source/RealTimeSync/Makefile +++ b/FreeFileSync/Source/RealTimeSync/Makefile -@@ -8,9 +8,10 @@ CXXFLAGS += -std=c++2b -pipe -DWXINTL_NO - LDFLAGS += -s -no-pie `wx-config --libs std, aui, richtext --debug=no` -pthread -lz +@@ -8,9 +8,10 @@ CXXFLAGS += -std=c++23 -pipe -DWXINTL_NO + LDFLAGS += `wx-config --libs std, aui, richtext --debug=no` -pthread #Gtk - support "no button border" -CXXFLAGS += `pkg-config --cflags gtk+-2.0` -- cgit