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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb9eb524580e46136e0b1391a4ee0b6048572c3e">https://github.com/macports/macports-ports/commit/eb9eb524580e46136e0b1391a4ee0b6048572c3e</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 eb9eb524580 py-pyfftw: add cflags onto configure.cc
</span>eb9eb524580 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eb9eb524580e46136e0b1391a4ee0b6048572c3e
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Feb 5 19:37:15 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-pyfftw: add cflags onto configure.cc
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    appending them onto cflags doesn't work with python ports
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/66543
</span>---
 python/py-pyfftw/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyfftw/Portfile b/python/py-pyfftw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df6e1b5c6f3..14fdcd313ec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyfftw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyfftw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,9 @@ if {${name} ne ${subport}} {
</span>     # upstream checks whhich FFTW libraries are installed and that approach fails due to
     # implicit function declarations; for now disable the error.
     # see: https://github.com/pyFFTW/pyFFTW/issues/303
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.cflags-append -Wno-error=implicit-function-declaration
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # tacking this onto cflags doesn't work, but adding it onto configure.cc does
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # see https://trac.macports.org/ticket/66543
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cc-append -Wno-error=implicit-function-declaration
</span> 
     depends_build-append \
                         port:py${python.version}-cython \
</pre><pre style='margin:0'>

</pre>