commit: 74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Nov 15 15:29:46 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 22:16:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bb7be6
net-wireless/dump1090: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13665 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-wireless/dump1090/files/gmap_usr_share_mv.patch | 13 ------------- 1 file changed, 13 deletions(-) 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 3ebcdaaa407..00000000000 --- 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) {
