commit: 76512d5d02a36b2956fbba4ecda0d1bf23ea9cef Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Oct 1 18:21:26 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 13:44:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76512d5d
app-admin/sagan: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/17738 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-admin/sagan/files/mysql_check.patch | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-admin/sagan/files/mysql_check.patch b/app-admin/sagan/files/mysql_check.patch deleted file mode 100644 index 37f7d61fa0c..00000000000 --- a/app-admin/sagan/files/mysql_check.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/configure.in b/configure.ac -rename from configure.in -rename to configure.ac ---- a/configure.in -+++ b/configure.ac -@@ -215,13 +215,17 @@ - AC_CHECK_LIB(pthread, main,,AC_MSG_ERROR(Sagan needs pthreads!)) - AC_CHECK_LIB(m, main,,AC_MSG_ERROR(Sagan needs libm!)) - -+save_LIBS=$LIBS - if test "$MYSQL" = "yes"; then - AC_MSG_RESULT([------- MySQL support is enabled -------]) -+ AC_CHECK_PROGS(MYSQL_CONFIG, mysql_config) - AC_CHECK_HEADER([mysql/mysql.h]) - AC_CHECK_HEADER([mysql/errmsg.h]) -- AC_CHECK_LIB(mysqlclient_r, main,,AC_MSG_ERROR(The MySQL library libmysqlclient_r is missing! --If you're not interested in MySQL support use the --disable-mysql flag.)) -- fi -+ LIBS=$(mysql_config --libs) -+ AC_CHECK_LIB(mysqlclient, main,,AC_MSG_ERROR(The MySQL library libmysqlclient is missing!)) -+fi -+LIBS="$save_LIBS $LIBS" -+ - - if test "$POSTGRES" = "yes"; then - AC_MSG_RESULT([------- PostgreSQL support is enabled -------])
