summaryrefslogtreecommitdiff
path: root/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-16 22:52:11 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-16 22:56:13 +0100
commit9da505350b319af829a99da091b522b28973ce8f (patch)
treedd82885f666ab6157177b369f0b349f8f19a00b5 /dev-cpp/gtksourceviewmm/files/gtksourceviewmm-3.2.0-glib-single-include.patch
parentece93baeb519a6ed86ec74b0cd87de0c679c36d8 (diff)
downloadgentoo-9da505350b319af829a99da091b522b28973ce8f.tar.gz
gentoo-9da505350b319af829a99da091b522b28973ce8f.tar.bz2
gentoo-9da505350b319af829a99da091b522b28973ce8f.zip
dev-cpp/gtksourceviewmm: Drop old
Package-Manager: portage-2.2.24
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;