diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-11-15 16:29:46 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-18 17:16:30 -0500 |
commit | 74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef (patch) | |
tree | 8bee884545479a7b13f9dfc2e5fbb67b7c92a962 /net-wireless/dump1090 | |
parent | sci-electronics/systemc: remove unused patch(es) (diff) | |
download | gentoo-74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef.tar.gz gentoo-74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef.tar.bz2 gentoo-74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef.zip |
net-wireless/dump1090: remove unused patch(es)
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>
Diffstat (limited to 'net-wireless/dump1090')
-rw-r--r-- | net-wireless/dump1090/files/gmap_usr_share_mv.patch | 13 |
1 files changed, 0 insertions, 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 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) { |