<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/59fcd8d23c48c9b1502f3d26b0f445a47bb1c235">https://github.com/macports/macports-ports/commit/59fcd8d23c48c9b1502f3d26b0f445a47bb1c235</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 59fcd8d  qemu: Fix build
</span>59fcd8d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 59fcd8d23c48c9b1502f3d26b0f445a47bb1c235
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Thu Jan 11 23:39:27 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qemu: Fix build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    qemu 2.11.x no longer seems to have the --with-system-pixman option and
</span><span style='display:block; white-space:pre;color:#404040;'>    now always uses a system-provided pixman. Drop the flag, since it causes
</span><span style='display:block; white-space:pre;color:#404040;'>    configure to fail.
</span>---
 emulators/qemu/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7e7dff..b5220bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,6 @@ configure.args-append   --disable-cocoa \
</span>                         --disable-opengl \
                         --enable-curl \
                         --enable-bzip2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        --with-system-pixman \
</span>                         --disable-attr \
                         --disable-vde \
                         --disable-brlapi \
</pre><pre style='margin:0'>

</pre>