Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
Date: Wed, 23 Dec 2015 20:38:45
Message-Id: 1450903076.19bd08f64c87590f32ef2711396adaee6af75821.pacho@gentoo
1 commit: 19bd08f64c87590f32ef2711396adaee6af75821
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 17:05:41 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 20:37:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bd08f6
7
8 net-proxy/bfilter: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
16 index aabb5d8..78e1664 100644
17 --- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
18 +++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -inherit autotools eutils user
24 +inherit autotools eutils flag-o-matic user
25
26 DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
27 HOMEPAGE="http://bfilter.sourceforge.net/"
28 @@ -53,6 +53,7 @@ src_prepare() {
29 }
30
31 src_configure() {
32 + append-cxxflags -std=c++11
33 econf \
34 $(use_enable debug) \
35 $(use_with X gui) \