Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan/files: iscan-2.10.0+gcc-4.3.patch
Date: Mon, 21 Apr 2008 16:48:06
Message-Id: E1JnzBU-0001Nu-1E@stork.gentoo.org
1 flameeyes 08/04/21 16:48:04
2
3 Added: iscan-2.10.0+gcc-4.3.patch
4 Log:
5 Run full-fledged eautoreconf, otherwise the maintainer-mode will re-run it anyway causing two runs of autoconf; add patch to build with GCC 4.3.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: iscan-2.10.0+gcc-4.3.patch
15 ===================================================================
16 Index: iscan-2.10.0/lib/imgstream.cc
17 ===================================================================
18 --- iscan-2.10.0.orig/lib/imgstream.cc
19 +++ iscan-2.10.0/lib/imgstream.cc
20 @@ -28,11 +28,15 @@
21
22 #include <argz.h>
23
24 +#include <cstdlib>
25 +
26 #include "imgstream.hh"
27
28 namespace iscan
29 {
30
31 +
32 +
33 imgstream::imgstream ()
34 : imgstream_base_t (NULL), _fbuf (new filebuf (NULL)), _mine (true)
35 {
36 Index: iscan-2.10.0/lib/jpegstream.cc
37 ===================================================================
38 --- iscan-2.10.0.orig/lib/jpegstream.cc
39 +++ iscan-2.10.0/lib/jpegstream.cc
40 @@ -26,6 +26,8 @@
41 // the GNU General Public License in all respects for all of the
42 // code used other then esmod.
43
44 +#include <cstdlib>
45 +
46 #include "jpegstream.hh"
47
48 #include "gettext.h"
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list