Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/traverso/, media-sound/traverso/files/
Date: Wed, 08 Feb 2017 16:48:11
Message-Id: 1486572476.ba52664450b90eed666ef0c7312ba666a96880c9.aballier@gentoo
1 commit: ba52664450b90eed666ef0c7312ba666a96880c9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 16:47:56 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 16:47:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba526644
7
8 media-sound/traverso: Fix build with gcc6, bug #602390
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-sound/traverso/files/traverso-0.49.3-gcc6.patch | 12 ++++++++++++
13 media-sound/traverso/traverso-0.49.3.ebuild | 3 ++-
14 2 files changed, 14 insertions(+), 1 deletion(-)
15
16 diff --git a/media-sound/traverso/files/traverso-0.49.3-gcc6.patch b/media-sound/traverso/files/traverso-0.49.3-gcc6.patch
17 new file mode 100644
18 index 0000000000..d8ce1e581c
19 --- /dev/null
20 +++ b/media-sound/traverso/files/traverso-0.49.3-gcc6.patch
21 @@ -0,0 +1,12 @@
22 +Index: traverso-0.49.3/src/common/Tsar.h
23 +===================================================================
24 +--- traverso-0.49.3.orig/src/common/Tsar.h
25 ++++ traverso-0.49.3/src/common/Tsar.h
26 +@@ -63,7 +63,6 @@ struct TsarEvent {
27 + QObject* caller;
28 + void* argument;
29 + int slotindex;
30 +- void* _a[];
31 +
32 + // Used for the signal emiting stuff
33 + int signalindex;
34
35 diff --git a/media-sound/traverso/traverso-0.49.3.ebuild b/media-sound/traverso/traverso-0.49.3.ebuild
36 index 35a04adf5f..51bfcf50de 100644
37 --- a/media-sound/traverso/traverso-0.49.3.ebuild
38 +++ b/media-sound/traverso/traverso-0.49.3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 @@ -36,6 +36,7 @@ DOCS=( AUTHORS ChangeLog README resources/help.text )
46
47 PATCHES=(
48 "${FILESDIR}"/${PN}-0.49.2-desktop.patch
49 + "${FILESDIR}"/${PN}-0.49.3-gcc6.patch
50 )
51
52 src_configure() {