Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2024 16:32:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277922] Mk/bsd.default-versions.mk: Change default version of MySQL to MariaDB 10.11 (mysql=10.11m)
Message-ID:  <bug-277922-7788-YA9eLRtyPb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277922-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277922-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277922

--- Comment #19 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Vladimir Druzenko from comment #18)
devel/qt6-base/files/patch-cmake_FindMySQL.cmake:
--- cmake/FindMySQL.cmake.orig
+++ cmake/FindMySQL.cmake
@@ -43,7 +43,7 @@ if(NOT DEFINED MySQL_ROOT)
     find_package(PkgConfig QUIET)
 endif()
 if(PkgConfig_FOUND AND NOT DEFINED MySQL_ROOT)
-    pkg_check_modules(PC_MySQL QUIET "mysqlclient")
+    pkg_search_module(PC_MySQL libmariadb mysqlclient)
     set(MySQL_include_dir_hints ${PC_MySQL_INCLUDEDIR})
     set(MySQL_library_hints ${PC_MySQL_LIBDIR})
     set(MySQL_library_hints_debug "")

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277922-7788-YA9eLRtyPb>