commit:     cdb2b9e21d52c169a0a03b30a041cdc442f8246f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:18:14 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb2b9e2

media-sound/mangler: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-sound/mangler/mangler-1.2.5-r1.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/media-sound/mangler/mangler-1.2.5-r1.ebuild 
b/media-sound/mangler/mangler-1.2.5-r1.ebuild
index d8d817c..5ed52aa 100644
--- a/media-sound/mangler/mangler-1.2.5-r1.ebuild
+++ b/media-sound/mangler/mangler-1.2.5-r1.ebuild
@@ -3,8 +3,7 @@
 # $Id$
 
 EAPI=5
-
-inherit toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Open source VOIP client capable of connecting to Ventrilo 3.x 
servers"
 HOMEPAGE="http://www.mangler.org/";
@@ -35,8 +34,8 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        tc-export CC
+       append-cxxflags -std=c++11
        econf \
-               --disable-dependency-tracking \
                $(use_enable static-libs static) \
                $(use_enable gsm) \
                $(use_enable speex) \
@@ -50,8 +49,6 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog
-
-       find "${D}" -name '*.la' -exec rm -f '{}' +
+       default
+       prune_libtool_files
 }

Reply via email to