<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c82dc427294a78c43f3e88ef4f2af618d2b0d982">https://github.com/macports/macports-ports/commit/c82dc427294a78c43f3e88ef4f2af618d2b0d982</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c82dc42  gstreamer1-gst-plugins-bad: fix build on 10.6 and earlier.
</span>c82dc42 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c82dc427294a78c43f3e88ef4f2af618d2b0d982
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Nov 6 13:09:34 2016 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1-gst-plugins-bad: fix build on 10.6 and earlier.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Blacklist compilers that do not support C11 redefinition of
</span><span style='display:block; white-space:pre;color:#404040;'>    typedefs.
</span>---
 gnome/gstreamer1-gst-plugins-bad/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-bad/Portfile b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 18774cf..8ae1faa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> # https://bugzilla.gnome.org/show_bug.cgi?id=636134
 PortGroup           muniversal 1.0
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           gobject_introspection 1.0
 
 name                gstreamer1-gst-plugins-bad
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,6 +89,9 @@ patchfiles          modplug.patch \
</span> # explicitly disabled for now
 #
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# blacklist compilers that do not support C11 (redefinition of typedef â€˜GstTestHTTPSrc’ at elements/test_http_src.c:101)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-silent-rules \
                     --disable-fatal-warnings \
                     --disable-dc1394 \
</pre><pre style='margin:0'>

</pre>