commit:     85ffeda5399941ed3ff133c7d3ebe851572e431c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:40:00 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:40:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ffeda5

www-client/jd: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 www-client/jd/jd-2.8.5_p120826.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/jd/jd-2.8.5_p120826.ebuild 
b/www-client/jd/jd-2.8.5_p120826.ebuild
index e21b80c..f0fb174 100644
--- a/www-client/jd/jd-2.8.5_p120826.ebuild
+++ b/www-client/jd/jd-2.8.5_p120826.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit eutils autotools autotools-utils
+inherit eutils autotools autotools-utils flag-o-matic
 
 MY_P="${P/_p/-}"
 MY_P="${MY_P/_/-}"
@@ -38,6 +38,7 @@ S="${WORKDIR}/${MY_P}"
 AUTOTOOLS_AUTORECONF=1
 
 src_configure() {
+       append-cxxflags -std=c++11
        # use gnomeui sm instead of Xorg SM/ICE
        local myeconfargs=(
                --with-xdgopen

Reply via email to