summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-24 15:25:58 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-24 15:26:48 -0400
commit1c8ca3692822fe070a8aa920fd06d7398c2b2364 (patch)
tree6910872b0ede21371504107fc498a2a7b43bb64c /media-sound/rplay/files
parentapp-emulation/wine: Stable on amd64 and x86 wrt #591152 (diff)
downloadgentoo-1c8ca3692822fe070a8aa920fd06d7398c2b2364.tar.gz
gentoo-1c8ca3692822fe070a8aa920fd06d7398c2b2364.tar.bz2
gentoo-1c8ca3692822fe070a8aa920fd06d7398c2b2364.zip
media-sound/rplay: new revision with EAPI=6.
The original purpose of this new revision was to fix the use of einstall reported in bug 521564. However, einstall proved necessary, so along with the update to EAPI=6 -- where einstall is banned -- I inlined its behavior. The multilib and eutils eclasses, now unused, were dropped. The latest debian patchset was also included. Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound/rplay/files')
-rw-r--r--media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch b/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch
new file mode 100644
index 000000000000..79d9a128806e
--- /dev/null
+++ b/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch
@@ -0,0 +1,20 @@
+--- a/adpcm/decode.c
++++ b/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"
+
+
+--- a/adpcm/encode.c
++++ b/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"
+
+