<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87ade114d199e07c75355c74c220415b914b087b">https://github.com/macports/macports-ports/commit/87ade114d199e07c75355c74c220415b914b087b</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 87ade114d19 tinyxml2: build shared library
</span>87ade114d19 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 87ade114d199e07c75355c74c220415b914b087b
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jan 11 04:13:12 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> tinyxml2: build shared library
</span>---
textproc/tinyxml2/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/tinyxml2/Portfile b/textproc/tinyxml2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index acbbfab1a8c..513988eba69 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/tinyxml2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/tinyxml2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ PortGroup github 1.0
</span> name tinyxml2
github.setup leethomason tinyxml2 10.0.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> github.tarball_from archive
categories textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,3 +25,6 @@ checksums rmd160 3cd309d75245c8fca70645f3971959217d227091 \
</span> # https://trac.macports.org/ticket/66144
compiler.blacklist-append \
*gcc-3* *gcc-4.* {clang < 421}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_SHARED_LIBS=ON
</span></pre><pre style='margin:0'>
</pre>