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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/437cab7691d416fb012bac8f7135548db7510ae2">https://github.com/macports/macports-ports/commit/437cab7691d416fb012bac8f7135548db7510ae2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 437cab7691d416fb012bac8f7135548db7510ae2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Mar 20 15:40:26 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    paho.mqtt.c: Add legacy support for clock_gettime
</span>---
 net/paho.mqtt.c/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/paho.mqtt.c/Portfile b/net/paho.mqtt.c/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8bc879c13fa..f01c398dd64 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/paho.mqtt.c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/paho.mqtt.c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span> PortGroup           openssl 1.0
 
 github.setup        eclipse paho.mqtt.c 1.3.9 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +21,9 @@ long_description    MQTT and MQTT-SN are lightweight publish/subscribe \
</span>                     implementations of MQTT and MQTT-SN in a variety of \
                     programming languages.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# clock_gettime
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.newest_darwin_requires_legacy 15
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # We enable SSL so that the paho.mqtt.cpp library builds without issues
 configure.args-append \
                     -DPAHO_WITH_SSL=ON
</pre><pre style='margin:0'>

</pre>