<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65ab76588199972c16644e310a9aec8ce1bfd377">https://github.com/macports/macports-ports/commit/65ab76588199972c16644e310a9aec8ce1bfd377</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 65ab765  qemu: explicitly use -femulated-tls if needed
</span>65ab765 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 65ab76588199972c16644e310a9aec8ce1bfd377
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Jun 25 14:40:22 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    qemu: explicitly use -femulated-tls if needed
</span>---
 emulators/qemu/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 d6d9ee7..ece6334 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;'>@@ -46,6 +46,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span>     # Emulated TLS needed, which was added in LLVM 3.8
     compiler.blacklist-append   macports-clang-3.4 macports-clang-3.3
     compiler.fallback-append    macports-clang-3.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cflags-append     -femulated-tls
</span> }
 
 # Select compiler
</pre><pre style='margin:0'>

</pre>