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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/de8941ad32ba01f3313d66457190a62f23d4d419">https://github.com/macports/macports-ports/commit/de8941ad32ba01f3313d66457190a62f23d4d419</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 de8941ad32b libtomcrypt: add cflags that use libtommath, adds more linkable symbols
</span>de8941ad32b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit de8941ad32ba01f3313d66457190a62f23d4d419
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sat Oct 3 05:29:52 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libtomcrypt: add cflags that use libtommath, adds more linkable symbols
</span>---
 security/libtomcrypt/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/libtomcrypt/Portfile b/security/libtomcrypt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f90b9ae42e6..502d23d08df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/libtomcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/libtomcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        libtom libtomcrypt 1.18.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          security
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,10 +27,14 @@ checksums           rmd160  484fa6695e84448270d45851123249276d8add8d \
</span>                     sha256  96ad4c3b8336050993c5bc2cf6c057484f2b0f9f763448151567fbab5e767b84 \
                     size    2638064
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:libtommath
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> worksrcdir          ${name}-${version}
 
 use_configure no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    CFLAGS="-DUSE_LTM -DLTM_DESC -I${prefix}/include/libtommath/"
</span> build.target
 build.env           CC=${configure.cc} CFLAGS=${configure.cc_archflags}
 
</pre><pre style='margin:0'>

</pre>