mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-sound/gbsplay: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28811 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
2556115ab1
commit
a82bdb1ff3
@@ -1,32 +0,0 @@
|
||||
Fix linking failure due to different GCC5 inline semantics
|
||||
https://bugs.gentoo.org/show_bug.cgi?id=571000
|
||||
|
||||
In addition, fix QA warnings caused by passing
|
||||
an unformatted string to printf().
|
||||
|
||||
--- gbsplay-0.0.91/Makefile
|
||||
+++ gbsplay-0.0.91/Makefile
|
||||
@@ -35,7 +35,7 @@
|
||||
-predboolothers \
|
||||
-shiftnegative \
|
||||
-shiftimplementation
|
||||
-GBSCFLAGS := -Wall -fsigned-char -D_FORTIFY_SOURCE=2
|
||||
+GBSCFLAGS := -Wall -fsigned-char -std=gnu89
|
||||
GBSLDFLAGS := -Wl,-O1 -lm
|
||||
GBSPLAYLDFLAGS :=
|
||||
|
||||
--- gbsplay-0.0.91/plugout.c
|
||||
+++ gbsplay-0.0.91/plugout.c
|
||||
@@ -55,10 +55,10 @@
|
||||
{
|
||||
long idx;
|
||||
|
||||
- printf(_("Available output plugins:\n\n"));
|
||||
+ fputs(_("Available output plugins:\n\n"), stdout);
|
||||
|
||||
if (plugouts[0] == NULL) {
|
||||
- printf(_("No output plugins available.\n\n"));
|
||||
+ fputs(_("No output plugins available.\n\n"), stdout);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user