<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/d7c09ae4f5ed38e9c3d50d67b07fbb750d69825e">https://github.com/macports/macports-ports/commit/d7c09ae4f5ed38e9c3d50d67b07fbb750d69825e</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 d7c09ae4f5e wcslib: for for 32-bit platforms Fixes: https://trac.macports.org/ticket/48047 Fixes: https://trac.macports.org/ticket/66253
</span>d7c09ae4f5e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d7c09ae4f5ed38e9c3d50d67b07fbb750d69825e
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Mon Nov 14 18:38:55 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    wcslib: for for 32-bit platforms
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/48047
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66253
</span>---
 science/wcslib/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/wcslib/Portfile b/science/wcslib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2b92a3fe16..d3fdd1c29fb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/wcslib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/wcslib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,11 @@ configure.args      --disable-fortran \
</span>                     --with-cfitsiolib=${prefix}/lib \
                     --without-pgplot
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/66253
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} in [list i386 ppc]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -read_only_relocs suppress
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # The -I flag from CPPFLAGS ends up in the wrong place on the build line
 # (before the -I flags for source directories). The build system will add
 # its own -I and -L flags from the --with-cfitsioinc and --with-cfitsiolib
</pre><pre style='margin:0'>

</pre>