<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/1ee4f16492898d988d8026371da1004195bd3ad8">https://github.com/macports/macports-ports/commit/1ee4f16492898d988d8026371da1004195bd3ad8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1ee4f16492898d988d8026371da1004195bd3ad8
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 29 20:23:27 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    lirc: avoid conflict with version header file
</span>---
 sysutils/lirc/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/lirc/Portfile b/sysutils/lirc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5898b7e7a32..3f6bb5a8368 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/lirc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/lirc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,11 @@ use_autoreconf      yes
</span> autoreconf.cmd      ./autogen.sh
 # setting autoreconf.cmd means that autotools build dependencies are not added
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # avoid confusion with version header file
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${worksrcpath}/VERSION ${worksrcpath}/VERSION.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:autoconf \
                     port:automake \
</pre><pre style='margin:0'>

</pre>