From a1c0385dd3e7a463ababe24f39d96dffd1f6ac28 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 30 Jan 2020 19:49:12 +0000 Subject: [PATCH] net-mail/mlmmj: tweak for gcc-10, bug # MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/707476 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch | 20 +++++++++++++++++++ net-mail/mlmmj/mlmmj-1.3.0.ebuild | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch diff --git a/net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch b/net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch new file mode 100644 index 000000000000..83217241e1db --- /dev/null +++ b/net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch @@ -0,0 +1,20 @@ +--- a/include/mlmmj.h ++++ b/include/mlmmj.h +@@ -81,7 +81,7 @@ enum subtype { + SUB_NONE /* For when an address is not subscribed at all */ + }; + +-char *subtype_strs[7]; /* count matches enum above; defined in subscriberfuncs.c */ ++extern char *subtype_strs[7]; /* count matches enum above; defined in subscriberfuncs.c */ + + enum subreason { + SUB_REQUEST, +@@ -92,7 +92,7 @@ enum subreason { + SUB_SWITCH + }; + +-char * subreason_strs[6]; /* count matches enum above; defined in subscriberfuncs.c */ ++extern char * subreason_strs[6]; /* count matches enum above; defined in subscriberfuncs.c */ + + void print_version(const char *prg); + diff --git a/net-mail/mlmmj/mlmmj-1.3.0.ebuild b/net-mail/mlmmj/mlmmj-1.3.0.ebuild index 66a6bc8a1e10..c955caee3007 100644 --- a/net-mail/mlmmj/mlmmj-1.3.0.ebuild +++ b/net-mail/mlmmj/mlmmj-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,7 @@ S="${WORKDIR}/${MY_P}" DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE" PATCHES=( "${FILESDIR}"/mlmmj-1.2.19.0-listcontrol-customheaders.patch + "${FILESDIR}"/mlmmj-1.3.0-gcc-10.patch ) src_configure() { -- 2.26.2