summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2018-09-03 13:13:40 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2018-09-03 13:13:40 +0200
commitd4b345fdf52a3c2251b72ccdc3b31402ded6db82 (patch)
tree3c0a05135b67155f80a3f7c1af9c6a2dd38fd14f /media-plugins/vdr-satip/files
parentmedia-gfx/graphite2: Bump to version 1.3.12 (diff)
downloadgentoo-d4b345fdf52a3c2251b72ccdc3b31402ded6db82.tar.gz
gentoo-d4b345fdf52a3c2251b72ccdc3b31402ded6db82.tar.bz2
gentoo-d4b345fdf52a3c2251b72ccdc3b31402ded6db82.zip
media-plugins/vdr-satip: cleanup old; eapi 7; fixed bug 637620
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-plugins/vdr-satip/files')
-rw-r--r--media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch b/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch
new file mode 100644
index 000000000000..4d0b32329e23
--- /dev/null
+++ b/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch
@@ -0,0 +1,15 @@
+fix: isspace was not declared in this scope
+https://github.com/rofafor/vdr-plugin-satip/commit/c10372bb4f1
+
+Signed-of by: Joerg Bornkessel <hd_brummy@gentoo.org> (03/Sep/2018)
+diff -Naur satip-2.2.3.orig/satip.c satip-2.2.3/satip.c
+--- satip-2.2.3.orig/satip.c 2018-09-03 13:00:20.000000000 +0200
++++ satip-2.2.3/satip.c 2018-09-03 13:00:54.000000000 +0200
+@@ -5,6 +5,7 @@
+ *
+ */
+
++#include <ctype.h>
+ #include <getopt.h>
+ #include <vdr/plugin.h>
+ #include "common.h"