summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-10-24 15:07:47 -0400
committerCraig Andrews <candrews@gentoo.org>2017-10-24 15:08:36 -0400
commit43e303c235fc57fd040302d18f8a82838d382679 (patch)
treed8c7cd80d246f3920860e4c03c9594d1b66e0265 /media-tv/kodi/files
parentmedia-tv/kodi: 17.* requires <media-video/ffmpeg-3.4 (diff)
downloadgentoo-43e303c235fc57fd040302d18f8a82838d382679.tar.gz
gentoo-43e303c235fc57fd040302d18f8a82838d382679.tar.bz2
gentoo-43e303c235fc57fd040302d18f8a82838d382679.zip
media-tv/kodi: Cleanup old versions
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'media-tv/kodi/files')
-rw-r--r--media-tv/kodi/files/kodi-17.4-mariadb.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-tv/kodi/files/kodi-17.4-mariadb.patch b/media-tv/kodi/files/kodi-17.4-mariadb.patch
deleted file mode 100644
index 6def8f8a3043..000000000000
--- a/media-tv/kodi/files/kodi-17.4-mariadb.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From ff848b104182467e5048351fdf27a07dd55a34a6 Mon Sep 17 00:00:00 2001
-From: Wolfgang Schupp <w.schupp@a1.net>
-Date: Tue, 29 Aug 2017 09:08:05 +0200
-Subject: [PATCH] Merge pull request #12727 from candrews/patch-6
-
-[cmake] FindMySqlClient: Compatibility with MariaDB
----
- project/cmake/modules/FindMySqlClient.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/project/cmake/modules/FindMySqlClient.cmake b/project/cmake/modules/FindMySqlClient.cmake
-index ceccea39b1e3..7b485778e4fc 100644
---- a/project/cmake/modules/FindMySqlClient.cmake
-+++ b/project/cmake/modules/FindMySqlClient.cmake
-@@ -21,7 +21,7 @@ else()
- set(EXTRA_FIND_ARGS)
- endif()
-
--find_path(MYSQLCLIENT_INCLUDE_DIR mysql/mysql_time.h)
-+find_path(MYSQLCLIENT_INCLUDE_DIR NAMES mysql/mysql.h mysql/server/mysql.h)
- find_library(MYSQLCLIENT_LIBRARY_RELEASE NAMES mysqlclient libmysql
- PATH_SUFFIXES mysql
- ${EXTRA_FIND_ARGS})