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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/121be81066079d3516b2edc3555caa29378a324f">https://github.com/macports/macports-ports/commit/121be81066079d3516b2edc3555caa29378a324f</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 121be810660 catgirl: Use CC and CFLAGS environment variables
</span>121be810660 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 121be81066079d3516b2edc3555caa29378a324f
</span>Author: Ryan Kavanagh <rak@rak.ac>
AuthorDate: Sun Dec 12 20:41:22 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    catgirl: Use CC and CFLAGS environment variables
</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/64201
</span>---
 net/catgirl/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/catgirl/Portfile b/net/catgirl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e2e5b330b5..a793fa5f998 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/catgirl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/catgirl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           makefile 1.0
</span> 
 name                catgirl
 version             2.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +34,7 @@ depends_build       port:pkgconfig
</span> depends_lib         path:lib/libtls.dylib:libretls \
                     port:ncurses
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_configure       yes
</span> configure.post_args --prefix=${prefix} \
                     --mandir=${prefix}/share/man
 
</pre><pre style='margin:0'>

</pre>