<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cd308ff42b2d3c63d92713ee308e7975b96a87a3">https://github.com/macports/macports-ports/commit/cd308ff42b2d3c63d92713ee308e7975b96a87a3</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 cd308ff42b2 yubico-piv-tool: fix build failure
</span>cd308ff42b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cd308ff42b2d3c63d92713ee308e7975b96a87a3
</span>Author: Leonardo Brondani Schenkel <lbschenkel@macports.org>
AuthorDate: Sat Feb 13 11:31:44 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    yubico-piv-tool: fix build failure
</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/61884
</span>---
 security/yubico-piv-tool/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/yubico-piv-tool/Portfile b/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86d3855e642..0d59e10aa44 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,9 @@ depends_build-append \
</span> 
 depends_lib         path:lib/libssl.dylib:openssl
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-replace \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     # symlink PKCS#11 module in the standard pkcs11 module directory
     set p11kit_module_path ${prefix}/lib/pkcs11
</pre><pre style='margin:0'>

</pre>