summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2022-12-27 11:59:44 -0600
committerBen Kohler <bkohler@gentoo.org>2022-12-27 12:00:47 -0600
commit5788eb793c9090b0bc9dcf310662d9981017b098 (patch)
tree55ab26f81e44969b3ce2df316d9dc7d7d2e56546 /net-misc
parentmedia-gfx/oxipng: bump to 8.0.0 (diff)
downloadgentoo-5788eb793c9090b0bc9dcf310662d9981017b098.tar.gz
gentoo-5788eb793c9090b0bc9dcf310662d9981017b098.tar.bz2
gentoo-5788eb793c9090b0bc9dcf310662d9981017b098.zip
net-misc/remmina: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/28856 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch b/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch
deleted file mode 100644
index 618dd721a293..000000000000
--- a/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/remmina.c b/src/remmina.c
-index 5b59339f8..43834b9bd 100644
---- a/src/remmina.c
-+++ b/src/remmina.c
-@@ -32,6 +32,8 @@
- *
- */
-
-+#include <gdk/gdk.h>
-+
- #define G_LOG_USE_STRUCTURED
- #ifndef G_LOG_DOMAIN
- #define G_LOG_DOMAIN ((gchar*)"remmina")