summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch')
-rw-r--r--dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch b/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch
deleted file mode 100644
index c708ff1b27ea..000000000000
--- a/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gtksourceviewmm-3.2.0/tests/search/main.cc
-===================================================================
---- gtksourceviewmm-3.2.0.orig/tests/search/main.cc
-+++ gtksourceviewmm-3.2.0/tests/search/main.cc
-@@ -6,7 +6,7 @@
- #include <cstring>
- #include <gtkmm.h>
- #include <gtksourceviewmm.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- using namespace std ;
- using namespace Gtk;