openbsd-ports/audio/rhythmbox/patches/patch-plugins_daap_rb-daap-src_h
2009-03-19 13:50:28 +00:00

15 lines
380 B
Plaintext

$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
--- plugins/daap/rb-daap-src.h.orig Thu Mar 12 03:26:13 2009
+++ plugins/daap/rb-daap-src.h Thu Mar 19 13:09:49 2009
@@ -33,6 +33,10 @@
#include <glib.h>
#include <gst/gstelement.h>
+#ifndef MSG_NOSIGNAL
+#define MSG_NOSIGNAL 0
+#endif
+
G_BEGIN_DECLS
GType rb_daap_src_get_type (void);