diff options
author | Myckel Habets <gentoo-bugs@habets-dobben.nl> | 2022-09-15 11:01:30 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-16 15:36:43 +0300 |
commit | ec5b323815e286069b2f7041cbbaa062676b5ce6 (patch) | |
tree | 655b8d077ef2f2a7d4567cb78f0d703e7553f8ca /www-client/seamonkey | |
parent | app-portage/eix: Remove old (diff) | |
download | gentoo-ec5b323815e286069b2f7041cbbaa062676b5ce6.tar.gz gentoo-ec5b323815e286069b2f7041cbbaa062676b5ce6.tar.bz2 gentoo-ec5b323815e286069b2f7041cbbaa062676b5ce6.zip |
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>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.13.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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} |