<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5cae48510969443fdccb65c53e39acb6906de625">https://github.com/macports/macports-ports/commit/5cae48510969443fdccb65c53e39acb6906de625</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 5cae4851096 gdal: fix arrow variant on 32-bit platforms
</span>5cae4851096 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5cae48510969443fdccb65c53e39acb6906de625
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sun Jun 30 08:23:17 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> gdal: fix arrow variant on 32-bit platforms
</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/70298
</span>---
gis/gdal/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e42a29655a..820b4f83bc6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -324,6 +324,11 @@ variant arrow description {Enable (Geo)Arrow IPC File Format / Stream and (Geo)P
</span> -DOGR_ENABLE_DRIVER_ARROW=OFF -DOGR_ENABLE_DRIVER_ARROW=ON \
-DOGR_ENABLE_DRIVER_PARQUET=OFF -DOGR_ENABLE_DRIVER_PARQUET=ON
configure.args-append -DARROW_USE_STATIC_LIBRARIES=OFF
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[string match *gcc* ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.ldflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -latomic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
variant cfitsio description {Enable FITS support} {
</pre><pre style='margin:0'>
</pre>