<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch stellarium_0.15.0
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6e6f2cf9ae68b56b25ae6ec5bdf3e49b7fb47e03">https://github.com/macports/macports-ports/commit/6e6f2cf9ae68b56b25ae6ec5bdf3e49b7fb47e03</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6e6f2cf9ae68b56b25ae6ec5bdf3e49b7fb47e03
</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>