diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 21:05:56 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 21:38:14 +0100 |
commit | 4f5dd579c50d4ddefbf7486fa6f516c39476179a (patch) | |
tree | 0c3873ccc77ac787e46de373e633770e9c537405 /media-sound/amsynth | |
parent | media-gfx/gimmage: Fix building with latest glibmm/libsigc++ (diff) | |
download | gentoo-4f5dd579c50d4ddefbf7486fa6f516c39476179a.tar.gz gentoo-4f5dd579c50d4ddefbf7486fa6f516c39476179a.tar.bz2 gentoo-4f5dd579c50d4ddefbf7486fa6f516c39476179a.zip |
media-sound/amsynth: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/amsynth-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amsynth/amsynth-1.5.1.ebuild b/media-sound/amsynth/amsynth-1.5.1.ebuild index 4bb0d758d2ea..a514a4837231 100644 --- a/media-sound/amsynth/amsynth-1.5.1.ebuild +++ b/media-sound/amsynth/amsynth-1.5.1.ebuild @@ -3,8 +3,7 @@ # $Id$ EAPI=5 - -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Virtual analogue synthesizer" HOMEPAGE="https://github.com/nixxcode/amsynth/" @@ -41,6 +40,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 econf \ CFLAGS="" \ CXXFLAGS="${CXXFLAGS}" \ |