<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/59c7bd2a635e363189bcb53e7205e9f8c2d0e5ab">https://github.com/macports/macports-ports/commit/59c7bd2a635e363189bcb53e7205e9f8c2d0e5ab</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 59c7bd2a635 poppler: work around TLS build issue on darwin14
</span>59c7bd2a635 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 59c7bd2a635e363189bcb53e7205e9f8c2d0e5ab
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Nov 2 19:37:37 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    poppler: work around TLS build issue on darwin14
</span>---
 graphics/poppler/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/poppler/Portfile b/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22caa86186c..3dfaf009a43 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           gobject_introspection 1.0
 PortGroup           cmake 1.1
 PortGroup           legacysupport 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,6 +60,8 @@ gobject_introspection yes
</span> compiler.cxx_standard 2014
 compiler.c_standard 1999
 compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Apple clang < 800.0.38 does not really support thread local storage
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800.0.38}
</span> 
 patchfiles-append   patch-check-boost.diff
 
</pre><pre style='margin:0'>

</pre>