SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
audio/ympd/patches/patch-src_mpd_client_h
Normal file
22
audio/ympd/patches/patch-src_mpd_client_h
Normal file
|
@ -0,0 +1,22 @@
|
|||
fix for -fno-common
|
||||
https://svnweb.freebsd.org/changeset/ports/546834
|
||||
|
||||
Index: src/mpd_client.h
|
||||
--- src/mpd_client.h.orig
|
||||
+++ src/mpd_client.h
|
||||
@@ -92,12 +92,14 @@ struct t_mpd {
|
||||
|
||||
int song_id;
|
||||
unsigned queue_version;
|
||||
-} mpd;
|
||||
+};
|
||||
|
||||
struct t_mpd_client_session {
|
||||
int song_id;
|
||||
unsigned queue_version;
|
||||
};
|
||||
+
|
||||
+extern struct t_mpd mpd;
|
||||
|
||||
void mpd_poll(struct mg_server *s);
|
||||
int callback_mpd(struct mg_connection *c);
|
Loading…
Add table
Add a link
Reference in a new issue