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 1F7FA138359 for ; Thu, 1 Oct 2020 07:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7A8E081A; Thu, 1 Oct 2020 07:17:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B6662E081A for ; Thu, 1 Oct 2020 07:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E394A34085A for ; Thu, 1 Oct 2020 07:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C84339 for ; Thu, 1 Oct 2020 07:17:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1601536640.e8ed22928a495238667b50d66e83041341ef9611.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/files/, www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/files/seamonkey-2.53.2-sysctl.patch www-client/seamonkey/seamonkey-2.53.4.ebuild X-VCS-Directories: www-client/seamonkey/files/ www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e8ed22928a495238667b50d66e83041341ef9611 X-VCS-Branch: master Date: Thu, 1 Oct 2020 07:17:26 +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: 62523108-8356-473d-86e4-b8c19bf5f510 X-Archives-Hash: e63dfcc980507cc3121675265031a030 commit: e8ed22928a495238667b50d66e83041341ef9611 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 1 07:17:00 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 1 07:17:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ed2292 www-client/seamonkey: Fixed build with glibc-2.32 Closes: https://bugs.gentoo.org/736892 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/files/seamonkey-2.53.2-sysctl.patch | 15 +++++++++++++++ www-client/seamonkey/seamonkey-2.53.4.ebuild | 1 + 2 files changed, 16 insertions(+) diff --git a/www-client/seamonkey/files/seamonkey-2.53.2-sysctl.patch b/www-client/seamonkey/files/seamonkey-2.53.2-sysctl.patch new file mode 100644 index 00000000000..4ad673bed60 --- /dev/null +++ b/www-client/seamonkey/files/seamonkey-2.53.2-sysctl.patch @@ -0,0 +1,15 @@ +https://src.fedoraproject.org/rpms/seamonkey/c/f3de8ae056fcb36615add0e6311cff147fbdd827?branch=master +https://bugs.gentoo.org/736892 + +--- seamonkey-2.53.2/mozilla/memory/build/mozjemalloc.cpp ++++ seamonkey-2.53.2/mozilla/memory/build/mozjemalloc.cpp +@@ -220,9 +220,6 @@ + #include + #include + #include +-#if !defined(XP_SOLARIS) && !defined(ANDROID) +-#include +-#endif + #include + + #include diff --git a/www-client/seamonkey/seamonkey-2.53.4.ebuild b/www-client/seamonkey/seamonkey-2.53.4.ebuild index ef146756d3d..5952eb2130d 100644 --- a/www-client/seamonkey/seamonkey-2.53.4.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.4.ebuild @@ -188,6 +188,7 @@ src_prepare() { done use system-libvpx && eapply "${WORKDIR}/${PN}-2.53.3-system_libvpx-1.8.patch" + eapply "${FILESDIR}/${PN}-2.53.2-sysctl.patch" #736892 # Allow user to apply any additional patches without modifing ebuild eapply_user