SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
audio/scmpc/patches/patch-src_mpd_c
Normal file
15
audio/scmpc/patches/patch-src_mpd_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
fix for -fno-common
|
||||
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/scmpc/files?id=c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735
|
||||
|
||||
Index: src/mpd.c
|
||||
--- src/mpd.c.orig
|
||||
+++ src/mpd.c
|
||||
@@ -37,6 +37,8 @@ static void mpd_schedule_check(void);
|
||||
static gboolean mpd_parse(GIOChannel *source, GIOCondition condition,
|
||||
gpointer data);
|
||||
|
||||
+struct mpd_t mpd;
|
||||
+
|
||||
gboolean mpd_connect(void)
|
||||
{
|
||||
mpd.conn = mpd_connection_new(prefs.mpd_hostname, prefs.mpd_port,
|
Loading…
Add table
Add a link
Reference in a new issue