<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2df55b85692a45608a2fe769f815e620c601f77a">https://github.com/macports/macports-ports/commit/2df55b85692a45608a2fe769f815e620c601f77a</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 2df55b8  qemu: disable capstone to avoid stealth linking
</span>2df55b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2df55b85692a45608a2fe769f815e620c601f77a
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Feb 15 02:06:19 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    qemu: disable capstone to avoid stealth linking
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/58068
</span>---
 emulators/qemu/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<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 f196146..079ad35 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;'>@@ -2,6 +2,7 @@ PortSystem 1.0
</span> 
 name                    qemu
 version                 3.0.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              emulators
 license                 GPL-2+
 platforms               darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +55,7 @@ configure.args-append   --iasl=/usr/bin/false
</span> # Select features
 configure.args-append   --disable-cocoa \
                         --disable-curses \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --disable-capstone \
</span>                         --disable-sdl \
                         --disable-gtk \
                         --disable-opengl \
</pre><pre style='margin:0'>

</pre>