Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/zbar/files: zbar-0.10-errors.patch
Date: Thu, 28 Feb 2013 11:02:51
Message-Id: 20130228110242.774FE2171E@flycatcher.gentoo.org
1 xmw 13/02/28 11:02:42
2
3 Added: zbar-0.10-errors.patch
4 Log:
5 Fix compilation (bug 455076, reported by renesanso)
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 media-gfx/zbar/files/zbar-0.10-errors.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/files/zbar-0.10-errors.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/files/zbar-0.10-errors.patch?rev=1.1&content-type=text/plain
14
15 Index: zbar-0.10-errors.patch
16 ===================================================================
17 --- zbar-0.10/include/zbar/Exception.h
18 +++ zbar-0.10/include/zbar/Exception.h
19 @@ -32,6 +32,7 @@
20
21 #include <exception>
22 #include <new>
23 +#include <cstddef>
24
25 namespace zbar {