commit: ec5b323815e286069b2f7041cbbaa062676b5ce6 Author: Myckel Habets <gentoo-bugs <AT> habets-dobben <DOT> nl> AuthorDate: Thu Sep 15 09:01:30 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Sep 16 12:36:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5b3238
www-client/seamonkey: 2.53.13: build fix Hotfix for building seamonkey-2.53.13 due to a missing include statement. Closes: https://bugs.gentoo.org/869143 Signed-off-by: Myckel Habets <gentoo-bugs <AT> habets-dobben.nl> Closes: https://github.com/gentoo/gentoo/pull/27266 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/seamonkey/seamonkey-2.53.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/seamonkey/seamonkey-2.53.13.ebuild b/www-client/seamonkey/seamonkey-2.53.13.ebuild index d61c8f33b22f..7f598f4500d4 100644 --- a/www-client/seamonkey/seamonkey-2.53.13.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.13.ebuild @@ -179,6 +179,9 @@ src_unpack() { } src_prepare() { + # Hotfix for bug: 869143 + sed -e '/^#include <stddef.h>/a #include <utility>' -i mfbt/tests/TestUniquePtr.cpp || die + # Apply our patches eapply "${WORKDIR}"/gentoo-${PN}-patches-${PV}/${PN}
