summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2015-01-21 13:01:35 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2015-01-21 13:01:35 +0000
commite393e069e50a0f241f20fb8367ebebe6ab086afb (patch)
treee16e249db96faecbb68cd44edb57a21f15d6b640 /media-plugins/vdr-live
parentFix sandbox violations, #534582 (diff)
downloadgentoo-2-e393e069e50a0f241f20fb8367ebebe6ab086afb.tar.gz
gentoo-2-e393e069e50a0f241f20fb8367ebebe6ab086afb.tar.bz2
gentoo-2-e393e069e50a0f241f20fb8367ebebe6ab086afb.zip
disabled -std=c++11 due massive compile errors
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-live')
-rw-r--r--media-plugins/vdr-live/ChangeLog8
-rw-r--r--media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild11
2 files changed, 15 insertions, 4 deletions
diff --git a/media-plugins/vdr-live/ChangeLog b/media-plugins/vdr-live/ChangeLog
index a11b96d61250..8640ee33776a 100644
--- a/media-plugins/vdr-live/ChangeLog
+++ b/media-plugins/vdr-live/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-live
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.44 2014/01/24 05:04:56 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.45 2015/01/21 13:01:35 hd_brummy Exp $
+
+ 21 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-live-0.3.0_p20130504-r1.ebuild:
+ disabled -std=c++11 due massive compile errors
*vdr-live-0.3.0_p20130504-r1 (24 Jan 2014)
diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild
index 4e97acefc9b3..d722d2f65a97 100644
--- a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild
+++ b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.1 2014/01/24 05:04:56 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.2 2015/01/21 13:01:35 hd_brummy Exp $
EAPI=5
@@ -52,6 +52,13 @@ make_live_cert() {
chown vdr:vdr "${ROOT}"/etc/vdr/plugins/live/live{,-key}.pem
}
+src_configure() {
+ vdr-plugin-2_src_configure
+
+ # tmp. disabeled gcc -std=c++11, due massiv compile errors
+ filter-flags -std=c++11
+}
+
src_prepare() {
# remove untranslated language files
rm "${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nl_NL,nn_NO,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po