commit:     d8de85a00afd99a582852fcf7c24105384c15067
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:25:13 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:25:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8de85a0

mate-extra/mate-system-monitor: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 .../mate-system-monitor/mate-system-monitor-1.8.0.ebuild      | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
index dfda81c..f32ee99 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
@@ -3,10 +3,9 @@
 # $Id$
 
 EAPI="5"
-
 GCONF_DEBUG="no"
 
-inherit gnome2 versionator
+inherit flag-o-matic gnome2 versionator
 
 MATE_BRANCH="$(get_version_component_range 1-2)"
 
@@ -42,4 +41,10 @@ DEPEND="${RDEPEND}
        sys-devel/gettext:*
        virtual/pkgconfig:*"
 
-DOCS="AUTHORS ChangeLog NEWS README"
+src_configure() {
+       # This is needed for this old version, current upstream versions
+       # finally append it themselves:
+       # 
https://github.com/mate-desktop/mate-system-monitor/commit/56594f6f10ba04aa51af976bc8339ea9ae54ea21
+       append-cxxflags -std=c++11
+       gnome2_src_configure
+}

Reply via email to