aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2014-03-31 20:15:01 +0800
committerbeat <beat@FreeBSD.org>2014-03-31 20:15:01 +0800
commitbd72145fa678a0eb52273e540af6593959ce29c3 (patch)
tree8c720911e7fcbb491ee7d07ea04837fcb0501ab0 /www/firefox
parentea027c26c4891150655ab1d34fdd932c6c0998fb (diff)
downloadfreebsd-ports-gnome-bd72145fa678a0eb52273e540af6593959ce29c3.tar.gz
freebsd-ports-gnome-bd72145fa678a0eb52273e540af6593959ce29c3.tar.zst
freebsd-ports-gnome-bd72145fa678a0eb52273e540af6593959ce29c3.zip
Unbreak DEBUG with GSTREAMER for gst1
PR: ports/188016 Reported by: Jakub Lach <jakub_lach@mailplus.pl> Submitted by: Jan Beich
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/files/patch-bug98911210
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug989112 b/www/firefox/files/patch-bug989112
new file mode 100644
index 000000000000..3127fe348d42
--- /dev/null
+++ b/www/firefox/files/patch-bug989112
@@ -0,0 +1,10 @@
+--- content/media/gstreamer/GStreamerFunctionList.h~
++++ content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)