summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2015-08-21 20:40:01 +0200
committerAndreas Schuerch <nativemad@gentoo.org>2015-08-21 20:41:10 +0200
commit794f61e12834f7ecd22c9c6dceae80518533644b (patch)
tree73f509aaba8a3b2ef787266200b6739fe9a7112f /net-libs
parentapp-admin/perl-cleaner: add Prefix support (diff)
downloadgentoo-794f61e12834f7ecd22c9c6dceae80518533644b.tar.gz
gentoo-794f61e12834f7ecd22c9c6dceae80518533644b.tar.bz2
gentoo-794f61e12834f7ecd22c9c6dceae80518533644b.zip
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
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
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"