<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/a7a4334c2169af6db0a69c8b1627bcc196acd69d">https://github.com/macports/macports-ports/commit/a7a4334c2169af6db0a69c8b1627bcc196acd69d</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 a7a4334c216 gdal: fix MySQL8 library path
</span>a7a4334c216 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a7a4334c2169af6db0a69c8b1627bcc196acd69d
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu May 16 01:51:50 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gdal: fix MySQL8 library path
</span>---
 gis/gdal/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 a9eee01959b..61d0990448b 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;'>@@ -469,7 +469,7 @@ variant mysql8 conflicts mysql57 description {Enable MySQL 8 support} {
</span>     depends_lib-append      port:mysql8
     configure.args-replace  -DGDAL_USE_MYSQL=OFF    -DGDAL_USE_MYSQL=ON
     configure.args-append   -DMYSQL_INCLUDE_DIR=${prefix}/include/mysql8/mysql \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DMYSQL_LIBRARY=${prefix}/lib/mysql8/mysql/libmysqlclient.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DMYSQL_LIBRARY=${prefix}/lib/mysql8/lib/libmysqlclient.dylib
</span> }
 
 variant native description {Optimize for speed} {
</pre><pre style='margin:0'>

</pre>