<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/9352521cfca366b2a4b4ac6cb76d66dd34b804a9">https://github.com/macports/macports-ports/commit/9352521cfca366b2a4b4ac6cb76d66dd34b804a9</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 9352521cfca libgpg-error: additionally build static libs
</span>9352521cfca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9352521cfca366b2a4b4ac6cb76d66dd34b804a9
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu Sep 14 11:20:23 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libgpg-error: additionally build static libs
</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/67950
</span>---
 devel/libgpg-error/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libgpg-error/Portfile b/devel/libgpg-error/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19280b6e533..d66c3f017c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libgpg-error/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libgpg-error/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 18} {
</span> 
 name            libgpg-error
 version         1.47
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      devel
 license         LGPL-2.1+
 maintainers     {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,10 @@ configure.awk   /usr/bin/awk
</span> # see libgpg-error NOTES for more details
 configure.args  --enable-install-gpg-error-config
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Also enable the building of static libs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --enable-static
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # fix build on Tiger see https://trac.macports.org/ticket/55145
 platform darwin 8 {
     configure.cppflags-append -D__DARWIN_UNIX03
</pre><pre style='margin:0'>

</pre>