<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a69083376d2360d12728511898a87d308e6d485">https://github.com/macports/macports-ports/commit/5a69083376d2360d12728511898a87d308e6d485</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 5a69083376d pam-watchid: avoid conflict with ncurses headers
</span>5a69083376d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a69083376d2360d12728511898a87d308e6d485
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Jul 2 04:55:17 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    pam-watchid: avoid conflict with ncurses headers
</span>---
 security/pam-watchid/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/pam-watchid/Portfile b/security/pam-watchid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c0a4d45e33a..48dd60c7ec0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/pam-watchid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/pam-watchid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,13 @@ post-patch {
</span>     reinplace "s|swiftc|swiftc -v|g" ${worksrcpath}/Makefile
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# conflicts with ncurses headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-delete \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        "-I${prefix}/include"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-delete \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        "-I${prefix}/include"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-delete "-I${prefix}/include"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                
</span> build.env-append        TARGET=${build_arch}-apple-darwin${os.major}
 destroot.env-append     DESTINATION=${destroot}${prefix}/lib/pam
 universal_variant       no
</pre><pre style='margin:0'>

</pre>