<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/51335d9ed6a61d3cd50ff79cba91063cacf4fb54">https://github.com/macports/macports-ports/commit/51335d9ed6a61d3cd50ff79cba91063cacf4fb54</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 51335d9ed6a bison-runtime: Fix build with cross-compiled gettext-runtime
</span>51335d9ed6a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 51335d9ed6a61d3cd50ff79cba91063cacf4fb54
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Mar 9 00:46:29 2025 -0600

<span style='display:block; white-space:pre;color:#404040;'>    bison-runtime: Fix build with cross-compiled gettext-runtime
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Assume libintl exists. Otherwise, if gettext-runtime is installed for a
</span><span style='display:block; white-space:pre;color:#404040;'>    different architecture, no message catalogs will be built, and the port
</span><span style='display:block; white-space:pre;color:#404040;'>    will fail in the destroot phase because no files have been installed.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/72102
</span>---
 devel/bison/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bison/Portfile b/devel/bison/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 679543f359a..4abb71409ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,6 +87,8 @@ platform darwin 10 {
</span> }
 
 if {${subport} eq "bison-runtime"} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    gt_cv_func_gnugettext2_libintl=yes
</span>     build.dir       ${worksrcpath}/runtime-po
     livecheck.type  none
 } else {
</pre><pre style='margin:0'>

</pre>