From 4fc0f920e2101e96d3231e8bb86f85d9a1a42e51 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 30 Dec 2020 12:15:44 +0000 Subject: multimedia/kodi: Update to 19.0b2 We usually try to avoid updating to beta releases but this time we were forced by the upcoming python2.7 removal and had to hurry up to get it into the tree before 31st. Bugs are expected and testing was limited. Kodi 19.0 will be the first release that supports python3 so we had no other choice. Sorry! The maintainer situation for kodi and kodi-devel really needs some improvement so I'm glad that yzrh did the heavy lifting and stepped up as the next kodi maintainer. Thanks a lot to him! PR: 249724 Submitted by: yzrh@tuta.io (per email) --- multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h') diff --git a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h index 8138f5c9d26e..a8e8cbef8062 100644 --- a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h +++ b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h @@ -1,4 +1,4 @@ ---- xbmc/dbwrappers/mysqldataset.h.orig 2020-05-19 23:04:15 UTC +--- xbmc/dbwrappers/mysqldataset.h.orig 2020-10-04 17:37:02 UTC +++ xbmc/dbwrappers/mysqldataset.h @@ -10,10 +10,8 @@ @@ -6,7 +6,7 @@ #include "dataset.h" -#ifdef HAS_MYSQL +#if defined(HAS_MYSQL) || defined(HAS_MARIADB) - #include "mysql/mysql.h" + #include -#elif defined(HAS_MARIADB) -#include #endif -- cgit v1.2.3