1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.cpp
Joseph Mingrone e5ca7a7dfd multimedia/kodi: Update to version 19.0RC1
PR:		252791
Submitted by:	yzrh@noema.org (maintainer)
2021-01-19 17:40:41 +00:00

15 lines
359 B
C++

--- xbmc/dbwrappers/mysqldataset.cpp.orig 2021-01-18 00:42:21 UTC
+++ xbmc/dbwrappers/mysqldataset.cpp
@@ -18,10 +18,8 @@
#include <iostream>
#include <set>
#include <string>
-#ifdef HAS_MYSQL
+#if defined(HAS_MYSQL) || defined(HAS_MARIADB)
#include <mysql/errmsg.h>
-#elif defined(HAS_MARIADB)
-#include <mariadb/errmsg.h>
#endif
#ifdef TARGET_POSIX