From 6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Jan 2025 03:38:28 +0000 Subject: [PATCH] net-libs/meanwhile: add Debian bug references for -fno-tree-vrp workaround It was also added upstream in https://github.com/obriencj/meanwhile/commit/67d8eac15c6df031d918c128292d9a47239b645b though not yet in a release. Signed-off-by: Sam James --- net-libs/meanwhile/meanwhile-1.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild index 7ac2f29486e57..907715b8d5e7c 100644 --- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,8 @@ src_prepare() { } src_configure() { + # https://bugs.debian.org/815045 + # https://bugs.debian.org/940621 append-cflags -fno-tree-vrp econf \