diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-01-19 17:40:41 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-01-19 17:40:41 +0000 |
commit | e5ca7a7dfd3d9449378fb4e17056a9306d469d47 (patch) | |
tree | d4c84ec36ec478024c61de084393e9f57b82d933 /multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp | |
parent | x11/foot: add new port (diff) |
multimedia/kodi: Update to version 19.0RC1
PR: 252791
Submitted by: yzrh@noema.org (maintainer)
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp')
-rw-r--r-- | multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp index bdb7da677e73..462b382cced0 100644 --- a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp +++ b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp @@ -1,9 +1,9 @@ ---- xbmc/dbwrappers/mysqldataset.cpp.orig 2020-10-04 17:34:28 UTC +--- xbmc/dbwrappers/mysqldataset.cpp.orig 2021-01-18 00:42:21 UTC +++ xbmc/dbwrappers/mysqldataset.cpp -@@ -17,10 +17,8 @@ - #include "utils/StringUtils.h" - - #include "mysqldataset.h" +@@ -18,10 +18,8 @@ + #include <iostream> + #include <set> + #include <string> -#ifdef HAS_MYSQL +#if defined(HAS_MYSQL) || defined(HAS_MARIADB) #include <mysql/errmsg.h> |