summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 21:10:52 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:38:17 +0100
commit1cdba91e7b39fd14db3846a6f8ebeecfda9e02a8 (patch)
tree580530ef9162f03390766a45cb3c4683bd41d0f6
parentmedia-sound/amsynth: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-1cdba91e7b39fd14db3846a6f8ebeecfda9e02a8.tar.gz
gentoo-1cdba91e7b39fd14db3846a6f8ebeecfda9e02a8.tar.bz2
gentoo-1cdba91e7b39fd14db3846a6f8ebeecfda9e02a8.zip
media-sound/gejengel: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
-rw-r--r--media-sound/gejengel/gejengel-0.1.4-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
index c49ab01b64d6..79c795430b5c 100644
--- a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
+++ b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit autotools eutils multilib flag-o-matic
DESCRIPTION="Lightweight audio player"
@@ -53,6 +53,7 @@ src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
econf \
--disable-shared \
$(use_enable syslog logging) \