Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/coin/files: coin-3.1.3-gcc-4.7.patch coin-3.1.3-pkgconfig-partial.patch
Date: Wed, 26 Dec 2012 14:30:21
Message-Id: 20121226143007.5BEC72171E@flycatcher.gentoo.org
1 jlec 12/12/26 14:30:07
2
3 Modified: coin-3.1.3-pkgconfig-partial.patch
4 Added: coin-3.1.3-gcc-4.7.patch
5 Log:
6 media-libs/coin: Add fix for build with gcc-4.7, #448614; move to EAPI=5 and autotools-utils.eclass; add some prefix awareness; drop old
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.2 media-libs/coin/files/coin-3.1.3-pkgconfig-partial.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-pkgconfig-partial.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-pkgconfig-partial.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-pkgconfig-partial.patch?r1=1.1&r2=1.2
16
17 Index: coin-3.1.3-pkgconfig-partial.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/files/coin-3.1.3-pkgconfig-partial.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- coin-3.1.3-pkgconfig-partial.patch 29 Jun 2010 06:29:26 -0000 1.1
24 +++ coin-3.1.3-pkgconfig-partial.patch 26 Dec 2012 14:30:07 -0000 1.2
25 @@ -1,6 +1,6 @@
26 diff -ru ../Coin-3.1.3/Coin.pc.in ./Coin.pc.in
27 ---- ../Coin-3.1.3/Coin.pc.in 2010-03-02 14:20:09.000000000 +0100
28 -+++ ./Coin.pc.in 2010-06-28 19:27:59.634534460 +0200
29 +--- Coin.pc.in 2010-03-02 14:20:09.000000000 +0100
30 ++++ Coin.pc.in 2010-06-28 19:27:59.634534460 +0200
31 @@ -10,7 +10,8 @@
32 Version: @COIN_VERSION@
33 Requires:
34
35
36
37 1.1 media-libs/coin/files/coin-3.1.3-gcc-4.7.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-gcc-4.7.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-gcc-4.7.patch?rev=1.1&content-type=text/plain
41
42 Index: coin-3.1.3-gcc-4.7.patch
43 ===================================================================
44 --- coin3-3.1.3.orig/include/Inventor/SbBasic.h
45 +++ coin3-3.1.3/include/Inventor/SbBasic.h
46 @@ -24,6 +24,7 @@
47 *
48 \**************************************************************************/
49
50 +#include <Inventor/C/errors/debugerror.h>
51 #include <Inventor/C/basic.h>
52
53 /* ********************************************************************** */