public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/
@ 2016-09-30  5:28 99% Joerg Bornkessel
  0 siblings, 0 replies; 1+ results
From: Joerg Bornkessel @ 2016-09-30  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cd5ad7c3e401e06ce01af9f236a1aefbd481b6f2
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 05:27:42 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 05:27:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ad7c3

media-plugins/vdr-weatherng: fix gcc-6 compile, wrt bug 595390

Package-Manager: portage-2.3.0

 media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild
index 67726de..e4868de 100644
--- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild
+++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit vdr-plugin-2
+inherit vdr-plugin-2 flag-o-matic
 
 MY_PV="${PV/_/-}"
 MY_P="${PN}-${MY_PV}"
@@ -32,6 +32,9 @@ PATCHES=("${FILESDIR}/${P}-i18n-fix.diff")
 src_prepare() {
 	vdr-plugin-2_src_prepare
 
+	# wrt bug 595390
+	append-cxxflags $(test-flags-CXX -std=gnu++03) -std=gnu++03
+
 	epatch "${FILESDIR}/${P}-gentoo.diff"
 	epatch "${FILESDIR}/${P}-timeout.diff"
 	epatch "${FILESDIR}/${P}-gcc43.patch"


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-09-30  5:28 99% [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/ Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox