mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
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>
This commit is contained in:
10
app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch
Normal file
10
app-emacs/mpg123-el/files/mpg123-el-1.61-stdlib.patch
Normal file
@@ -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
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -16,6 +16,7 @@ KEYWORDS="amd64 ppc x86"
|
||||
RDEPEND="media-sound/mpg123
|
||||
media-sound/alsa-utils"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-stdlib.patch" )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user