Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/bitpim/files: bitpim-1.0.5-gcc43.patch
Date: Tue, 01 Jul 2008 18:56:57
Message-Id: E1KDl23-0007c2-ST@stork.gentoo.org
1 mrness 08/07/01 18:56:51
2
3 Added: bitpim-1.0.5-gcc43.patch
4 Log:
5 Depend unconditionally on dev-python/apsw (#230363).
6 Fix broken build when compiled with gcc-4.3 (#230043).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: bitpim-1.0.5-gcc43.patch
16 ===================================================================
17 diff -ur bitpim-1.0.5.orig/src/native/av/bmp2avi/avi_file.cxx bitpim-1.0.5/src/native/av/bmp2avi/avi_file.cxx
18 --- bitpim-1.0.5.orig/src/native/av/bmp2avi/avi_file.cxx 2005-02-18 07:55:03.000000000 +0100
19 +++ bitpim-1.0.5/src/native/av/bmp2avi/avi_file.cxx 2008-07-01 19:59:57.000000000 +0200
20 @@ -9,6 +9,7 @@
21
22 #include "avi_file.h"
23 #include "byte_order.h"
24 +#include <cstring>
25
26 // endian conversion routines
27
28 diff -ur bitpim-1.0.5.orig/src/native/av/bmp2avi/bmp_file.cxx bitpim-1.0.5/src/native/av/bmp2avi/bmp_file.cxx
29 --- bitpim-1.0.5.orig/src/native/av/bmp2avi/bmp_file.cxx 2005-02-18 07:55:03.000000000 +0100
30 +++ bitpim-1.0.5/src/native/av/bmp2avi/bmp_file.cxx 2008-07-01 20:00:48.000000000 +0200
31 @@ -11,6 +11,7 @@
32 #include <string>
33 #include "bmp_file.h"
34 #include "byte_order.h"
35 +#include <cstring>
36
37 using namespace std;
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list