From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD1071384B4 for ; Wed, 23 Dec 2015 20:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B7DE21C0C6; Wed, 23 Dec 2015 20:38:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB68C21C0C0 for ; Wed, 23 Dec 2015 20:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0638E340806 for ; Wed, 23 Dec 2015 20:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 236D2CF2 for ; Wed, 23 Dec 2015 20:38:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1450903094.4f5dd579c50d4ddefbf7486fa6f516c39476179a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amsynth/amsynth-1.5.1.ebuild X-VCS-Directories: media-sound/amsynth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4f5dd579c50d4ddefbf7486fa6f516c39476179a X-VCS-Branch: master Date: Wed, 23 Dec 2015 20:38:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f59cbeec-8b2c-4729-94e6-928f97e69d13 X-Archives-Hash: 7ab39cdf59bd145628efde6502752944 commit: 4f5dd579c50d4ddefbf7486fa6f516c39476179a Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 23 20:05:56 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 23 20:38:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5dd579 media-sound/amsynth: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 media-sound/amsynth/amsynth-1.5.1.ebuild | 4 ++-- 1 file 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 4bb0d75..a514a48 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}" \