summaryrefslogtreecommitdiff
path: root/community-testing/fldiff/build-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/fldiff/build-fix.patch')
-rw-r--r--community-testing/fldiff/build-fix.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/community-testing/fldiff/build-fix.patch b/community-testing/fldiff/build-fix.patch
deleted file mode 100644
index bb3e0245e..000000000
--- a/community-testing/fldiff/build-fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Only in fldiff-1.1.my: config.log
-Only in fldiff-1.1.my: config.status
-Only in fldiff-1.1.my: DiffChooser.o
-Only in fldiff-1.1.my: DiffOpenWindow.o
-Only in fldiff-1.1.my: DiffView.o
-diff -wbBur fldiff-1.1/DiffWindow.cxx fldiff-1.1.my/DiffWindow.cxx
---- fldiff-1.1/DiffWindow.cxx 2006-11-13 21:54:02.000000000 +0300
-+++ fldiff-1.1.my/DiffWindow.cxx 2011-07-05 12:58:38.000000000 +0400
-@@ -1126,11 +1126,11 @@
- DiffWindow::save_prefs()
- {
- // Save the window prefs for the next run...
-- prefs_.set("color", color());
-- prefs_.set("selection_color", selection_color());
-+ prefs_.set("color", (int)color());
-+ prefs_.set("selection_color", (int)selection_color());
- prefs_.set("showlinenum", showlinenum());
- prefs_.set("tabwidth", tabwidth());
-- prefs_.set("textcolor", textcolor());
-+ prefs_.set("textcolor", (int)textcolor());
- prefs_.set("textsize", textsize());
- prefs_.set("ignoreblanks", ignoreblanks());
- }
-Only in fldiff-1.1.my: DiffWindow.o
-Only in fldiff-1.1.my: FavoritesMenu.o
-Only in fldiff-1.1.my: FavoritesWindow.o
-Only in fldiff-1.1.my: fldiff
-Only in fldiff-1.1.my: fldiff.list
-Only in fldiff-1.1.my: fldiff.o
-Only in fldiff-1.1.my: Makefile
-Only in fldiff-1.1.my: PtProcess.o