From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBD4F1382C5 for ; Tue, 16 Jun 2020 14:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31AD6E0CE6; Tue, 16 Jun 2020 14:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E1B9E0CE6 for ; Tue, 16 Jun 2020 14:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E98CF34F27F for ; Tue, 16 Jun 2020 14:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CCE288 for ; Tue, 16 Jun 2020 14:20:17 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1592317190.1cbb72d72215c830304bbef32c9212d24e7cd250.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3mmee/files/, www-client/w3mmee/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3mmee/files/w3mmee-gcc-10.patch www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild X-VCS-Directories: www-client/w3mmee/ www-client/w3mmee/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1cbb72d72215c830304bbef32c9212d24e7cd250 X-VCS-Branch: master Date: Tue, 16 Jun 2020 14:20:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e436494b-f91c-4452-b3a5-27495f155cfa X-Archives-Hash: badf04c231a86aba1536e6f0c2eeef00 commit: 1cbb72d72215c830304bbef32c9212d24e7cd250 Author: Akinori Hattori gentoo org> AuthorDate: Tue Jun 16 14:19:50 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Jun 16 14:19:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbb72d7 www-client/w3mmee: fix build with >=sys-devel/gcc-10 Closes: https://bugs.gentoo.org/706604 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> www-client/w3mmee/files/w3mmee-gcc-10.patch | 17 +++++++++++++++++ www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild | 1 + 2 files changed, 18 insertions(+) diff --git a/www-client/w3mmee/files/w3mmee-gcc-10.patch b/www-client/w3mmee/files/w3mmee-gcc-10.patch new file mode 100644 index 00000000000..262be512dc1 --- /dev/null +++ b/www-client/w3mmee/files/w3mmee-gcc-10.patch @@ -0,0 +1,17 @@ +--- a/fm.h ++++ b/fm.h +@@ -1191,12 +1191,12 @@ + global TextList *mimetypes_list; + global char *mailcap_files init("0, " USER_MAILCAP ", 0, " SYS_MAILCAP ", 1, " GLOBAL_MAILCAP); + global char *mimetypes_files init(USER_MIMETYPES ", " SYS_MIMETYPES); +-global TextList mailcap_entries; ++extern TextList mailcap_entries; + + global struct mailcap **UserBrowsecap init(NULL); + global TextList *browsecap_list; + global char *browsecap_files init(USER_BROWSECAP ", " SYS_BROWSECAP); +-global TextList browsecap_entries; ++extern TextList browsecap_entries; + + global TextList *fileToDelete; + diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild index 1a707e3bfcd..96d017eb15b 100644 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild @@ -35,6 +35,7 @@ PATCHES=( "${FILESDIR}"/${PN}-boehm-gc.patch "${FILESDIR}"/${PN}-gcc-4.4.patch "${FILESDIR}"/${PN}-gcc-4.5.patch + "${FILESDIR}"/${PN}-gcc-10.patch "${FILESDIR}"/${PN}-glibc-2.14.patch "${FILESDIR}"/${PN}-openssl-1.1.patch "${FILESDIR}"/${PN}-rc_name.patch