From: Michael Mair-Keimberger Date: Fri, 15 Nov 2019 15:29:46 +0000 (+0100) Subject: net-wireless/dump1090: remove unused patch(es) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef;p=gentoo.git net-wireless/dump1090: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/13665 Signed-off-by: Aaron Bauman --- 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 index 3ebcdaaa4072..000000000000 --- a/net-wireless/dump1090/files/gmap_usr_share_mv.patch +++ /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) {