<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2fddba60452e47c43a3754850d5853459b89607a">https://github.com/macports/macports-ports/commit/2fddba60452e47c43a3754850d5853459b89607a</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 2fddba6  KeePassXC-devel: enable TouchID on supported macOS versions only
</span>2fddba6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2fddba60452e47c43a3754850d5853459b89607a
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Sun Nov 25 16:23:25 2018 +0800

<span style='display:block; white-space:pre;color:#404040;'>    KeePassXC-devel: enable TouchID on supported macOS versions only
</span>---
 security/KeePassXC/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/KeePassXC/Portfile b/security/KeePassXC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f2a70bc..8be2d6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/KeePassXC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/KeePassXC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,8 +94,12 @@ if {${subport} eq ${name}} {
</span> 
     depends_lib-append      port:qrencode
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pre_args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DWITH_XC_TOUCHID=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # In the future the Touch ID feature may require Darwin 17 (10.13)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://github.com/keepassxreboot/keepassxc/issues/2484
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} >= 16} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.pre_args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                -DWITH_XC_TOUCHID=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 if {${configure.cxx_stdlib} eq "libstdc++"} {
</pre><pre style='margin:0'>

</pre>