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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eefb1879f79653ad670db3b1f8d41748ff46ce49">https://github.com/macports/macports-ports/commit/eefb1879f79653ad670db3b1f8d41748ff46ce49</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 eefb1879f79 qpdf: fix build on Tiger
</span>eefb1879f79 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eefb1879f79653ad670db3b1f8d41748ff46ce49
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Dec 10 12:20:53 2022 -0800

<span style='display:block; white-space:pre;color:#404040;'>    qpdf: fix build on Tiger
</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/62911
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    previously an issue with -latomic was identified, but this appears to have been fixed upstream as it no longer occurs
</span>---
 textproc/qpdf/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/qpdf/Portfile b/textproc/qpdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6fb0802f3bb..5fe02e7675e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/qpdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/qpdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,10 @@ configure.args      -DUSE_IMPLICIT_CRYPTO=NO \
</span>                     -DREQUIRE_CRYPTO_GNUTLS=NO \
                     -DREQUIRE_CRYPTO_OPENSSL=NO
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin 8 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cppflags-append -D__DARWIN_UNIX03
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant gnutls conflicts openssl description {Build against gnutls} {
     depends_lib-append      path:lib/pkgconfig/gnutls.pc:gnutls
     configure.args-delete   -DREQUIRE_CRYPTO_GNUTLS=NO
</pre><pre style='margin:0'>

</pre>