mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Joonas Niilola
parent
d8f7c8efd1
commit
ec5b323815
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user