<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/76c2b8bcf52194e135d02239001aa48ebb49aaf1">https://github.com/macports/macports-ports/commit/76c2b8bcf52194e135d02239001aa48ebb49aaf1</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 76c2b8bcf52 flang-13: Use legacysupport on 10.11 for clock_gettime
</span>76c2b8bcf52 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 76c2b8bcf52194e135d02239001aa48ebb49aaf1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 26 19:33:59 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    flang-13: Use legacysupport on 10.11 for clock_gettime
</span>---
 lang/llvm-13/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-13/Portfile b/lang/llvm-13/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 227f87fbde3..f2f818cca19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -260,9 +260,12 @@ if { ${subport} eq "flang-${llvm_version}" } {
</span>     destroot {
         # we have to run the destroot like this, because individual targets for each of the
         # components we want to install are not available; we want "everything but llvm"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "cd ${destroot.dir}/tools/flang          && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system "cd ${destroot.dir}/tools/flang && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
</span>     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # flang/runtime/time-intrinsic.cpp:64:21: error: use of undeclared identifier 'CLOCK_REALTIME'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.newest_darwin_requires_legacy 15
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     notes-append {
         This version of flang passes off to another fortran compiler to do the actual compiling.
         At present, you may need to set the desired fortran compiler with an ENV VAR if\
</pre><pre style='margin:0'>

</pre>