<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/3d3d4ddd2eb46febeabe59a904f36d1c1a5bf46c">https://github.com/macports/macports-ports/commit/3d3d4ddd2eb46febeabe59a904f36d1c1a5bf46c</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 3d3d4ddd2eb dlib: Requires thread-local storage
</span>3d3d4ddd2eb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3d3d4ddd2eb46febeabe59a904f36d1c1a5bf46c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jul 3 09:06:11 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dlib: Requires thread-local storage
</span>---
 math/dlib/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/dlib/Portfile b/math/dlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d6c8441187c..b616648aa66 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/dlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/dlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake  1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        davisking dlib 19.20 v
 homepage            http://dlib.net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,5 +26,10 @@ checksums           rmd160  d9eb9b0e1c40df807f58df5fdee7bdb7cdad56cb \
</span>                     size    10583402
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Work around thread local compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cxxflags-append -fvisibility=hidden -fvisibility-inlines-hidden
 cmake.build_type    Release
</pre><pre style='margin:0'>

</pre>