commit: 1bd28c08b388f06cafa437dedfbd5ad3db85821f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jul 6 06:54:29 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Jul 7 20:36:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd28c08
net-libs/meanwhile: fix building with USE=debug Closes: https://bugs.gentoo.org/935514 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37452 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild index b99d6ceb8318..537d35f99a4d 100644 --- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild @@ -31,6 +31,8 @@ PATCHES=( src_prepare() { default + # bug #935514 + sed -i -e "s|-g -O0 -Weverything||g" configure.ac || die eautoreconf }
