Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vbrfixc/files: vbrfixc-0.24-gcc43.patch
Date: Sun, 29 Jun 2008 10:15:55
Message-Id: E1KCtwj-0005Zg-Ll@stork.gentoo.org
1 loki_val 08/06/29 10:15:49
2
3 Added: vbrfixc-0.24-gcc43.patch
4 Log:
5 Fix for gcc-4.3, bug #225943. Thanks Derek Dolney <nospam@××××××.com>.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-sound/vbrfixc/files/vbrfixc-0.24-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/files/vbrfixc-0.24-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/files/vbrfixc-0.24-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: vbrfixc-0.24-gcc43.patch
15 ===================================================================
16 diff -ur vbrfixc-0.24/vbrfixc/vbrfix.cpp vbrfixc-0.24.dmd/vbrfixc/vbrfix.cpp
17 --- vbrfixc-0.24/vbrfixc/vbrfix.cpp 2003-07-17 13:58:21.000000000 -0400
18 +++ vbrfixc-0.24.dmd/vbrfixc/vbrfix.cpp 2008-06-11 11:26:42.000000000 -0400
19 @@ -16,6 +16,7 @@
20 ***************************************************************************/
21 #include "vbrfix.h"
22 //#include "stdafx.h"//include in mfc version
23 +#include <cstring>
24 int getXHpos(int ver,int chan);
25 VbrFix::VbrFix(){
26 frameptrs=NULL;flags=0;
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list