net-proxy/bfilter: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 17:05:41 +0000 (18:05 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:37:56 +0000 (21:37 +0100)
Package-Manager: portage-2.2.26

net-proxy/bfilter/bfilter-1.1.4-r2.ebuild

index aabb5d81c34abfd41cae8764ba72bcf5be7eac45..78e16643107b38535947c07db083ee51dfe1b893 100644 (file)
@@ -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) \