diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-09 00:59:19 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-09 01:00:34 +0100 |
commit | 4ce6ee379c937d80c8075def50dc8a3029391c74 (patch) | |
tree | 03ff9512e27f5db5a4d1f272a2062a7b5138e806 /net-voip/telepathy-salut | |
parent | net-libs/libgrss: remove unused patch. (diff) | |
download | gentoo-4ce6ee379c937d80c8075def50dc8a3029391c74.tar.gz gentoo-4ce6ee379c937d80c8075def50dc8a3029391c74.tar.bz2 gentoo-4ce6ee379c937d80c8075def50dc8a3029391c74.zip |
net-voip/telepathy-salut: remove unused patch.
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-voip/telepathy-salut')
-rw-r--r-- | net-voip/telepathy-salut/files/telepathy-salut-0.6.0-glib-gtypes.h.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-voip/telepathy-salut/files/telepathy-salut-0.6.0-glib-gtypes.h.patch b/net-voip/telepathy-salut/files/telepathy-salut-0.6.0-glib-gtypes.h.patch deleted file mode 100644 index 9488f68e1037..000000000000 --- a/net-voip/telepathy-salut/files/telepathy-salut-0.6.0-glib-gtypes.h.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 3c43751dc90e4cdb08f57f48e2a8e6adf715ed8e Mon Sep 17 00:00:00 2001 -From: Cosimo Cecchi <cosimoc@gnome.org> -Date: Wed, 12 Oct 2011 16:45:49 +0000 -Subject: test-resolver: don't include glib/types.h directly - -Use the glib.h header instead. ---- -diff --git a/lib/ext/wocky/tests/test-resolver.h b/lib/ext/wocky/tests/test-resolver.h -index 7823ee6..3948fdc 100644 ---- a/lib/ext/wocky/tests/test-resolver.h -+++ b/lib/ext/wocky/tests/test-resolver.h -@@ -22,7 +22,7 @@ - #define __TEST_RESOLVER_H__ - - #include <gio/gio.h> --#include <glib/gtypes.h> -+#include <glib.h> - - G_BEGIN_DECLS - --- -cgit v0.9.0.2-2-gbebe |