<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9cf09de33536f93f76d622ef8d6acf7d72dbcaac">https://github.com/macports/macports-ports/commit/9cf09de33536f93f76d622ef8d6acf7d72dbcaac</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 9cf09de appstream-glib: Fix build failure by using correct CPPFLAGS
</span>9cf09de is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9cf09de33536f93f76d622ef8d6acf7d72dbcaac
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Tue Nov 29 00:37:12 2016 -0800
<span style='display:block; white-space:pre;color:#404040;'> appstream-glib: Fix build failure by using correct CPPFLAGS
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</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 f02f92e..d369a0d 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 @@ configure.cmd ./autogen.sh
</span> # configure to use system libuuid
configure.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- UUID_CFLAGS=-I/usr/include/uuid \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ UUID_CFLAGS='-iwithsysroot /usr/include/uuid' \
</span> UUID_LIBS=' '
configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \
</pre><pre style='margin:0'>
</pre>