openbsd-ports/audio/rhythmbox/patches/patch-plugins_daap_rb-daap-src_h
jasper df69ad49b4 - update rhythmbox to 0.10.1 (makes it work again)
- use the updated gstreamer framework
- re-word DESCR
- misc. tweaks to Makefile

ok ajacoutot@
2008-05-14 09:41:56 +00:00

15 lines
377 B
Plaintext

$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.1 2008/05/14 09:41:56 jasper Exp $
--- plugins/daap/rb-daap-src.h.orig Sat Mar 8 17:34:27 2008
+++ plugins/daap/rb-daap-src.h Sat Mar 8 17:35:22 2008
@@ -25,6 +25,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);