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@habets-dobben.nl>
Closes: https://github.com/gentoo/gentoo/pull/27266
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Myckel Habets
2022-09-15 11:01:30 +02:00
committed by Joonas Niilola
parent d8f7c8efd1
commit ec5b323815

View File

@@ -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}