diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 18:05:41 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 21:37:56 +0100 |
commit | 19bd08f64c87590f32ef2711396adaee6af75821 (patch) | |
tree | 3c42600a989fb9157955dc5a8f26085326c03dcd /net-proxy | |
parent | dev-libs/ferrisloki: Fix building with latest glibmm/libsigc++ (diff) | |
download | gentoo-19bd08f64c87590f32ef2711396adaee6af75821.tar.gz gentoo-19bd08f64c87590f32ef2711396adaee6af75821.tar.bz2 gentoo-19bd08f64c87590f32ef2711396adaee6af75821.zip |
net-proxy/bfilter: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild index aabb5d81c34a..78e16643107b 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) \ |