<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c1cf86ab112c903323409b3da905a93d19484293">https://github.com/macports/macports-ports/commit/c1cf86ab112c903323409b3da905a93d19484293</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 c1cf86ab112 libomp: grab ompx.h from temporary install loc. (#23171)
</span>c1cf86ab112 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c1cf86ab112c903323409b3da905a93d19484293
</span>Author: Eric A. Borisch <eborisch@gmail.com>
AuthorDate: Fri Mar 22 16:50:25 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libomp: grab ompx.h from temporary install loc. (#23171)
</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/69557
</span>---
 lang/libomp/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8bdd30c7973..3225dc22ed5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,7 +139,7 @@ if {${os.major} <= 10} {
</span>     set hnames              {omp.h}
     configure.args-append   -DLIBOMP_OMPT_SUPPORT=FALSE
 } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set hnames              {omp-tools.h omp.h ompt.h}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set hnames              {omp-tools.h omp.h ompt.h ompx.h}
</span> }
 
 variant top_level description \
</pre><pre style='margin:0'>

</pre>