net-wireless/dump1090: remove unused patch(es)
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 15 Nov 2019 15:29:46 +0000 (16:29 +0100)
committerAaron Bauman <bman@gentoo.org>
Mon, 18 Nov 2019 22:16:30 +0000 (17:16 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13665
Signed-off-by: Aaron Bauman <bman@gentoo.org>
net-wireless/dump1090/files/gmap_usr_share_mv.patch [deleted file]

diff --git a/net-wireless/dump1090/files/gmap_usr_share_mv.patch b/net-wireless/dump1090/files/gmap_usr_share_mv.patch
deleted file mode 100644 (file)
index 3ebcdaa..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/dump1090.c
-+++ b/dump1090.c
-@@ -2233,8 +2233,8 @@
-         struct stat sbuf;
-         int fd = -1;
--        if (stat("gmap.html",&sbuf) != -1 &&
--            (fd = open("gmap.html",O_RDONLY)) != -1)
-+        if (stat("/usr/share/dump1090/gmap.html",&sbuf) != -1 &&
-+            (fd = open("/usr/share/dump1090/gmap.html",O_RDONLY)) != -1)
-         {
-             content = malloc(sbuf.st_size);
-             if (read(fd,content,sbuf.st_size) == -1) {