<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bbd764a15cdee878f57548d6093ac7143f3729be">https://github.com/macports/macports-ports/commit/bbd764a15cdee878f57548d6093ac7143f3729be</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 bbd764a appstream-glib: Fix build on OS X 10.7 and earlier
</span>bbd764a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit bbd764a15cdee878f57548d6093ac7143f3729be
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Oct 9 19:57:01 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> appstream-glib: Fix build on OS X 10.7 and earlier
</span>---
devel/appstream-glib/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/appstream-glib/Portfile b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b6c34bc..dd345cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ patchfiles use-system-uuid.patch \
</span> dont-use-version-script.patch
post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|__SDK_PATH__|[exec xcrun --show-sdk-path]|" ${worksrcpath}/meson.build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|__SDK_PATH__|${configure.sdkroot}|g" ${worksrcpath}/meson.build
</span> }
# attempt to fix build on 10.6 by blacklisting troublesome compilers
</pre><pre style='margin:0'>
</pre>