<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8e612074ece9574ac7e5a6492b89a304946a558b">https://github.com/macports/macports-ports/commit/8e612074ece9574ac7e5a6492b89a304946a558b</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 8e612074ece w3m: fix build with GCC 4.2
</span>8e612074ece is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8e612074ece9574ac7e5a6492b89a304946a558b
</span>Author: Mohamed Akram <mohd.akram@outlook.com>
AuthorDate: Sun Jun 4 13:50:02 2023 +0400
<span style='display:block; white-space:pre;color:#404040;'> w3m: fix build with GCC 4.2
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/67546
</span>---
www/w3m/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/w3m/Portfile b/www/w3m/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd64a85c4b4..ff0cfc339be 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/w3m/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/w3m/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,7 @@ checksums rmd160 724e6a776c6e0aa5dd3ea8bfd92a9ec718328dc9 \
</span>
subport w3m-devel {
PortGroup obsolete 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> replaced_by w3m
version 20220429
revision 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +46,10 @@ configure.args --with-gc=${prefix} \
</span> --with-libintl-prefix=${prefix} \
--disable-image
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix build with GCC 4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-append -std=c99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args WARNINGS=-Wall
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/w3m
xinstall -m 644 -W ${worksrcpath}/doc FAQ.html HISTORY MANUAL.html README \
</pre><pre style='margin:0'>
</pre>