diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-05 09:18:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 09:18:08 +0200 |
commit | 74eab1be60b88232b9e2e3f451102b58041b71ff (patch) | |
tree | fc3bfbfa699a5792da0da5084f1d32754b5401bd /media-sound/rplay/files | |
parent | media-sound/mcdp: Drop old (EAPI=0) (diff) | |
download | gentoo-74eab1be60b88232b9e2e3f451102b58041b71ff.tar.gz gentoo-74eab1be60b88232b9e2e3f451102b58041b71ff.tar.bz2 gentoo-74eab1be60b88232b9e2e3f451102b58041b71ff.zip |
media-sound/rplay: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/rplay/files')
-rw-r--r-- | media-sound/rplay/files/rplay-3.3.2-built-in_function_exit.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit.patch b/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit.patch deleted file mode 100644 index e7b59dfeba88..000000000000 --- a/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- adpcm/decode.c -+++ adpcm/decode.c -@@ -6,6 +6,7 @@ - * Usage : decode [-3|4|5] [-a|u|l] < infile > outfile - */ - #include <stdio.h> -+#include <stdlib.h> - #include "g72x.h" - - ---- adpcm/encode.c -+++ adpcm/encode.c -@@ -6,6 +6,7 @@ - * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile - */ - #include <stdio.h> -+#include <stdlib.h> - #include "g72x.h" - - |