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 342301388C3 for ; Sat, 19 Dec 2015 10:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8565AE080A; Sat, 19 Dec 2015 10:10:29 +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 0D500E080A for ; Sat, 19 Dec 2015 10:10:28 +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 988D034016B for ; Sat, 19 Dec 2015 10:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD97C88 for ; Sat, 19 Dec 2015 10:10:25 +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: <1450519802.1b6ac5b48fadd81f8bda29719c2d31da707b26df.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libofx/libofx-0.9.10.ebuild X-VCS-Directories: dev-libs/libofx/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1b6ac5b48fadd81f8bda29719c2d31da707b26df X-VCS-Branch: master Date: Sat, 19 Dec 2015 10:10:25 +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: 41d7e01c-9099-4c23-acd6-00bbae90f615 X-Archives-Hash: 89788259d52fe111e920e5e13ff3bc3b commit: 1b6ac5b48fadd81f8bda29719c2d31da707b26df Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 19 09:49:58 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 19 10:10:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6ac5b4 dev-libs/libofx: Fix building with latest glibmm/libsigc++ (#566456) Package-Manager: portage-2.2.26 dev-libs/libofx/libofx-0.9.10.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/libofx/libofx-0.9.10.ebuild b/dev-libs/libofx/libofx-0.9.10.ebuild index 2fc03e9..065016d 100644 --- a/dev-libs/libofx/libofx-0.9.10.ebuild +++ b/dev-libs/libofx/libofx-0.9.10.ebuild @@ -39,6 +39,10 @@ src_prepare() { sed -e "/^SUBDIRS/s/doc//" -i Makefile.in || die } +src_compile() { + autotools-utils_src_compile CXXFLAGS+=-std=c++11 #566456 +} + src_install() { autotools-utils_src_install docdir="/usr/share/doc/${PF}"