summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_fedora.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-15 10:53:17 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-15 10:53:17 -0400
commitecdf91eb45d3b7c80dde8698b2835e8fe312f315 (patch)
treee058601ae9dbcd8c00670e2819228f8c71cb0436 /freefilesync/ffs_fedora.patch
parentwaterfox 2021.07 dpkg (diff)
downloadstackrpms-ecdf91eb45d3b7c80dde8698b2835e8fe312f315.tar.gz
stackrpms-ecdf91eb45d3b7c80dde8698b2835e8fe312f315.tar.bz2
stackrpms-ecdf91eb45d3b7c80dde8698b2835e8fe312f315.zip
ffs 11.12
Diffstat (limited to 'freefilesync/ffs_fedora.patch')
-rw-r--r--freefilesync/ffs_fedora.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/freefilesync/ffs_fedora.patch b/freefilesync/ffs_fedora.patch
index 1396c91..83beb4a 100644
--- a/freefilesync/ffs_fedora.patch
+++ b/freefilesync/ffs_fedora.patch
@@ -68,12 +68,12 @@ diff -Naur -x '*.rej' -x '*.orig' -x '*.git*' 11.4-0/FreeFileSync/Source/RealTim
cppFiles=
cppFiles+=application.cpp
-diff -Naur -x '*.rej' -x '*.orig' -x '*.git*' 11.4-0/FreeFileSync/Source/ui/small_dlgs.cpp 11.4-1/FreeFileSync/Source/ui/small_dlgs.cpp
---- 10.22-0/FreeFileSync/Source/ui/small_dlgs.cpp 2020-03-18 15:49:57.837901137 -0400
-+++ 10.22-1/FreeFileSync/Source/ui/small_dlgs.cpp 2020-03-18 15:51:50.381251257 -0400
-@@ -97,6 +97,8 @@
- build += L"64 Bit";
- #endif
+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
++++ 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 Fedora";
+
bgstack15