mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-plugins/vdr-weatherng: fix gcc-6 compile, wrt bug 595390
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user