mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
e5ca7a7dfd
PR: 252791 Submitted by: yzrh@noema.org (maintainer)
15 lines
359 B
C++
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
|