<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0207b95719601968501baa70a1d98cc0f3260093">https://github.com/macports/macports-ports/commit/0207b95719601968501baa70a1d98cc0f3260093</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0207b95719601968501baa70a1d98cc0f3260093
</span>Author: Allan Que <allan.que@gmail.com>
AuthorDate: Sat Dec 23 23:08:31 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-m2crypto: refactor build.env include
</span>---
 python/py-m2crypto/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-m2crypto/Portfile b/python/py-m2crypto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 28e36962226..2450747ac51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-m2crypto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-m2crypto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,12 +54,12 @@ if {${name} ne ${subport}} {
</span> 
     if {${os.platform} eq "darwin" && ${os.major} >= 20} {
         build.env-append    "SWIG_FEATURES=\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            -I${prefix}/libexec/${openssl_nodot}/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            -I${openssl_path}/include \
</span>             -I${configure.sdkroot}/usr/include \
             -cpperraswarn"
     } else {
         build.env-append    "SWIG_FEATURES=\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            -I${prefix}/libexec/${openssl_nodot}/include"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            -I${openssl_path}/include"
</span>     }
 
     test.run                yes
</pre><pre style='margin:0'>

</pre>