commit: 19bd08f64c87590f32ef2711396adaee6af75821 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 17:05:41 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 20:37:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bd08f6
net-proxy/bfilter: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild index aabb5d8..78e1664 100644 --- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild +++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit autotools eutils user +inherit autotools eutils flag-o-matic user DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm" HOMEPAGE="http://bfilter.sourceforge.net/" @@ -53,6 +53,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 econf \ $(use_enable debug) \ $(use_with X gui) \
