summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/ffs_devuan_gtk3.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-02-09 21:09:54 -0500
committerB. Stack <bgstack15@gmail.com>2024-02-09 21:09:54 -0500
commitd339c145870a86c37509debe5d8fa145e192f390 (patch)
tree8cd5fe55989a1164da266840644782e3632afd38 /freefilesync/debian/patches/ffs_devuan_gtk3.patch
parentnm: remove 2 obsolete patches (diff)
downloadstackrpms-d339c145870a86c37509debe5d8fa145e192f390.tar.gz
stackrpms-d339c145870a86c37509debe5d8fa145e192f390.tar.bz2
stackrpms-d339c145870a86c37509debe5d8fa145e192f390.zip
ffs: major refresh on top of bastif dpkg
Diffstat (limited to 'freefilesync/debian/patches/ffs_devuan_gtk3.patch')
-rw-r--r--freefilesync/debian/patches/ffs_devuan_gtk3.patch4
1 files changed, 2 insertions, 2 deletions
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`
bgstack15