From: Andreas Schuerch Date: Fri, 21 Aug 2015 18:40:01 +0000 (+0200) Subject: net-libs/meanwhile: add -fno-tree-vrp to cflags as it wont authorize properly otherwi... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=794f61e12834f7ecd22c9c6dceae80518533644b;p=gentoo.git net-libs/meanwhile: add -fno-tree-vrp to cflags as it wont authorize properly otherwise. See Debian Bug #764494 Package-Manager: portage-2.2.20.1 --- diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild index 516115425ddc..ccb78647cc4e 100644 --- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="Meanwhile (Sametime protocol) library" HOMEPAGE="http://meanwhile.sourceforge.net/" @@ -30,6 +30,7 @@ src_prepare(){ } src_configure() { + append-flags "-fno-tree-vrp" local myconf use doc || myconf="${myconf} --enable-doxygen=no"