summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/poedit/files/2.2.3-compile-fix.patch')
-rw-r--r--app-i18n/poedit/files/2.2.3-compile-fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-i18n/poedit/files/2.2.3-compile-fix.patch b/app-i18n/poedit/files/2.2.3-compile-fix.patch
deleted file mode 100644
index ed4d296e4d8a..000000000000
--- a/app-i18n/poedit/files/2.2.3-compile-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 683788d49eb9cee391984659c39c3e2ac236b420 Mon Sep 17 00:00:00 2001
-From: Thomas Klausner <tk@giga.or.at>
-Date: Thu, 23 May 2019 08:11:34 +0200
-Subject: [PATCH] Fix PCH-less compilation on Unix (#576)
-
----
- src/welcomescreen.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/welcomescreen.cpp b/src/welcomescreen.cpp
-index 65eb7d0d92..a24b4d7d23 100644
---- a/src/welcomescreen.cpp
-+++ b/src/welcomescreen.cpp
-@@ -26,6 +26,7 @@
- #include "welcomescreen.h"
-
- #include "colorscheme.h"
-+#include "customcontrols.h"
- #include "crowdin_gui.h"
- #include "edapp.h"
- #include "edframe.h"