<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c27c3d22de137cfd21fd3bc16cf2ab6c4018aa5">https://github.com/macports/macports-ports/commit/2c27c3d22de137cfd21fd3bc16cf2ab6c4018aa5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2c27c3d22de137cfd21fd3bc16cf2ab6c4018aa5
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Sat Apr 9 19:18:48 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    compiler_wrapper PG: use ni instead of lsearch
</span>---
 _resources/port1.0/group/compiler_wrapper-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/compiler_wrapper-1.0.tcl b/_resources/port1.0/group/compiler_wrapper-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 80bc6f616cd..e3c460368a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/compiler_wrapper-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/compiler_wrapper-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +88,7 @@ proc compwrap::wrapped_compiler_path {tag} {
</span>     # Get the underlying compiler
     set comp [option configure.${tag}]
     # If not defined, or tag not in list of known compilers to wrap, just return
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${comp} eq "" || [lsearch -exact [option compwrap.compilers_to_wrap] ${tag}] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${comp} eq "" || ${tag} ni [option compwrap.compilers_to_wrap]} {
</span>         return ${comp}
     }
     return [compwrap::wrapped_command_path ${tag} ${comp}]
</pre><pre style='margin:0'>

</pre>