ports/audio/ympd/patches/patch-src_mpd_client_c

15 lines
335 B
Text

fix for -fno-common
https://svnweb.freebsd.org/changeset/ports/546834
Index: src/mpd_client.c
--- src/mpd_client.c.orig
+++ src/mpd_client.c
@@ -27,6 +27,8 @@
#include "config.h"
#include "json_encode.h"
+struct t_mpd mpd;
+
/* forward declaration */
static int mpd_notify_callback(struct mg_connection *c, enum mg_event ev);