summarylogtreecommitdiffstats
path: root/amarok_mariadb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'amarok_mariadb.patch')
-rw-r--r--amarok_mariadb.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok_mariadb.patch b/amarok_mariadb.patch
index 1789d17c1de0..fbc04cbc882d 100644
--- a/amarok_mariadb.patch
+++ b/amarok_mariadb.patch
@@ -1,9 +1,9 @@
diff --git a/cmake/modules/FindMySQL.cmake b/cmake/modules/FindMySQL.cmake
-index 7aab8ab..a6a59dc 100644
+index 0bd7fdfd07..0216668731 100644
--- a/cmake/modules/FindMySQL.cmake
+++ b/cmake/modules/FindMySQL.cmake
@@ -42,7 +42,16 @@ if(MYSQLCONFIG_EXECUTABLE)
- # At least on OpenSUSE --libmysql-libs doesn't exist, so we just use
+ # At least on OpenSUSE and FreeBSD --libmysql-libs doesn't exist, so we just use
# MYSQL_LIBRARIES for that. We'll see if that's enough when testing
# below.
- set(MYSQL_EMBEDDED_LIBRARIES ${MYSQL_LIBRARIES})