commit: 3270c13d369a8e7452630b44a0f1d1531f4742c6 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Dec 19 10:00:13 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Dec 19 10:10:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3270c13d
x11-apps/xinput_calibrator: Fix building with latest glibmm/libsigc++ (#566594) Package-Manager: portage-2.2.26 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild index 3073dfe..b976838 100644 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 -inherit autotools-utils +EAPI=5 +inherit autotools-utils flag-o-matic DESCRIPTION="A generic touchscreen calibration program for X.Org" HOMEPAGE="http://www.freedesktop.org/wiki/Software/xinput_calibrator" @@ -23,6 +23,8 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND}" src_configure() { + append-cxxflags -std=c++11 #566594 + local myeconfargs=( --with-gui=$(use gtk && echo "gtkmm" || echo "x11") )
