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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b3504046c6bd5e8310a09996cf415808d92e484d">https://github.com/macports/macports-ports/commit/b3504046c6bd5e8310a09996cf415808d92e484d</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 b3504046c6b stfl: Fix implicit function declarations
</span>b3504046c6b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b3504046c6bd5e8310a09996cf415808d92e484d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 3 14:06:20 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    stfl: Fix implicit function declarations
</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/61111
</span>---
 devel/stfl/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/stfl/Portfile b/devel/stfl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6770203c749..33b27944ca0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/stfl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/stfl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,12 @@ patchfiles          patch-Makefile.diff \
</span>                     patch-stfl_internals.h.diff \
                     patch-newsboat.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Enable ncurses wide character support. Fixes:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# implicit declaration of function 'wget_wch' is invalid in C99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# implicit declaration of function 'mvwaddnwstr' is invalid in C99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DNCURSES_WIDECHAR=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> makefile.prefix_name \
                     prefix
 
</pre><pre style='margin:0'>

</pre>