diff options
author | B. Stack <bgstack15@gmail.com> | 2021-07-19 23:06:58 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-07-19 23:06:58 +0000 |
commit | 8406aa05b50249acf73496066db29b3bb872a81b (patch) | |
tree | 55743b8a6ee6449ce8cdab73afeebed1656c7f0d /freefilesync/debian/patches/ffs_devuan.patch | |
parent | waterfox 2021.07 dpkg (diff) | |
parent | bump spec for ffs 11.12 (diff) | |
download | stackrpms-8406aa05b50249acf73496066db29b3bb872a81b.tar.gz stackrpms-8406aa05b50249acf73496066db29b3bb872a81b.tar.bz2 stackrpms-8406aa05b50249acf73496066db29b3bb872a81b.zip |
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.12
See merge request bgstack15/stackrpms!249
Diffstat (limited to 'freefilesync/debian/patches/ffs_devuan.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan.patch b/freefilesync/debian/patches/ffs_devuan.patch index e155745..ace8fde 100644 --- a/freefilesync/debian/patches/ffs_devuan.patch +++ b/freefilesync/debian/patches/ffs_devuan.patch @@ -32,12 +32,12 @@ diff -Naur -x '*.orig' -x '*.rej' -x .git 11.4-0/FreeFileSync/Source/Makefile 11 cxxFlags += `pkg-config --cflags openssl` -diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.19-0/FreeFileSync/Source/ui/small_dlgs.cpp 10.19-1/FreeFileSync/Source/ui/small_dlgs.cpp +diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.19-0/FreeFileSync/Source/ui/small_dlgs.cpp 11.12-1/FreeFileSync/Source/ui/small_dlgs.cpp --- 10.11-0/FreeFileSync/Source/ui/small_dlgs.cpp 2019-12-27 07:56:06.714625467 -0500 -+++ 10.21-1/FreeFileSync/Source/ui/small_dlgs.cpp 2020-03-18 09:03:57.753183052 -0400 -@@ -97,6 +97,8 @@ - build += L"64 Bit"; - #endif ++++ 11.12-1/FreeFileSync/Source/ui/small_dlgs.cpp 2021-07-15 09:03:57.753183052 -0400 +@@ -93,6 +93,8 @@ + build += LTR_MARK; //fix Arabic + build += utfTo<wxString>(cpuArchName); + build += L" for Devuan"; + |