<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/dd5b391e5a3c4263f3457732b5f7c09ceec089b9">https://github.com/macports/macports-ports/commit/dd5b391e5a3c4263f3457732b5f7c09ceec089b9</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 dd5b391e5a3 qt6: fix MySQL8 library path
</span>dd5b391e5a3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dd5b391e5a3c4263f3457732b5f7c09ceec089b9
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu May 16 01:50:21 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> qt6: fix MySQL8 library path
</span>---
aqua/qt6/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt6/Portfile b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index be2796d15a2..38665391bc1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -742,7 +742,7 @@ array set sql_plugins {
</span> "port:mysql8"
{
-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> }
}
}
</pre><pre style='margin:0'>
</pre>