summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer0.10/patches
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-12-17 11:35:20 +0000
committerjperkin <jperkin@pkgsrc.org>2013-12-17 11:35:20 +0000
commit4fd8dae8c48c5a28b92e685e479b65f923015b56 (patch)
tree189a925a715e69d2adb97b1cc012fa81b3778135 /multimedia/gstreamer0.10/patches
parent70d3f474d3570bd47d53c808f6f5ccd5c599aeaf (diff)
downloadpkgsrc-4fd8dae8c48c5a28b92e685e479b65f923015b56.tar.gz
g-ir-scanner on Darwin doesn't like empty comments, fixes hang.
Diffstat (limited to 'multimedia/gstreamer0.10/patches')
-rw-r--r--multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c b/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c
new file mode 100644
index 00000000000..7fffaf5a614
--- /dev/null
+++ b/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-gst_gsttaglist.c,v 1.1 2013/12/17 11:35:20 jperkin Exp $
+
+g-ir-scanner on Darwin doesn't like empty comments.
+
+--- gst/gsttaglist.c.orig 2011-12-30 01:14:35.000000000 +0000
++++ gst/gsttaglist.c
+@@ -1406,7 +1406,7 @@ gst_tag_list_get_ ## name ## _index (con
+ * _get_ulong*() and _get_pointer*()? - they are not really useful/common
+ * enough to warrant convenience accessor functions */
+
+-#define COPY_FUNC /**/
++#define COPY_FUNC /* */
+ /**
+ * gst_tag_list_get_char:
+ * @list: a #GstTagList to get the tag from