summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-05 09:30:10 +0200
committerUlrich Müller <ulm@gentoo.org>2022-10-05 09:30:54 +0200
commit64c2c2eef8277357e7ccd6a1069fca8fa2580e7d (patch)
treecdcf528a0239f934d1d3e20570ffbcaab2de38dd /app-emacs/mpg123-el/files
parentdev-libs/keystone: explicitly specify python interpreter for cmake (diff)
downloadgentoo-64c2c2eef8277357e7ccd6a1069fca8fa2580e7d.tar.gz
gentoo-64c2c2eef8277357e7ccd6a1069fca8fa2580e7d.tar.bz2
gentoo-64c2c2eef8277357e7ccd6a1069fca8fa2580e7d.zip
app-emacs/mpg123-el: Include stdlib.h for exit(3)
Closes: https://bugs.gentoo.org/874954 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/mpg123-el/files')
-rw-r--r--app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch b/app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch
new file mode 100644
index 000000000000..467cd58f564f
--- /dev/null
+++ b/app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch
@@ -0,0 +1,10 @@
+https://bugs.gentoo.org/874954
+
+--- mpg123-el-1.61/id3put.c
++++ mpg123-el-1.61/id3put.c
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #define INLEN 30