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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/44a46f9c7bff9dfa02cb4ccf89028c803c494a36">https://github.com/macports/macports-ports/commit/44a46f9c7bff9dfa02cb4ccf89028c803c494a36</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 44a46f9c7bf doxygen: help find libiconv
</span>44a46f9c7bf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 44a46f9c7bff9dfa02cb4ccf89028c803c494a36
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Jun 27 14:04:01 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    doxygen: help find libiconv
</span>---
 textproc/doxygen/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/doxygen/Portfile b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 44910ea613a..6a28d7a4f5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +69,9 @@ patchfiles              patch-src-portable_c.c.diff \
</span> compiler.cxx_standard   2011
 
 # see #50342
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   -DPython_ADDITIONAL_VERSIONS=3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DPython_ADDITIONAL_VERSIONS=3.8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DICONV_INCLUDE_DIR=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DICONV_LIBRARY=${prefix}/lib/libiconv.dylib
</span> 
 # cmake PortGroup sets arch flags
 # duplicate archflags can cause problems
</pre><pre style='margin:0'>

</pre>