From: | "Peter Volkov (pva)" <pva@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in app-text/djvu/files: djvu-3.5.24-gcc46.patch |
Date: | Sat, 30 Apr 2011 20:14:38 |
Message-Id: | 20110430201428.2B2BA20057@flycatcher.gentoo.org |
1 | pva 11/04/30 20:14:28 |
2 | |
3 | Added: djvu-3.5.24-gcc46.patch |
4 | Log: |
5 | Version bump. Fixes gcc46 build issue, bug #361057, thank Vladimir for report and Ryan Hill for fix. |
6 | |
7 | (Portage version: 2.1.9.46/cvs/Linux x86_64) |
8 | |
9 | Revision Changes Path |
10 | 1.1 app-text/djvu/files/djvu-3.5.24-gcc46.patch |
11 | |
12 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.1&view=markup |
13 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.1&content-type=text/plain |
14 | |
15 | Index: djvu-3.5.24-gcc46.patch |
16 | =================================================================== |
17 | === modified file 'libdjvu/GSmartPointer.h' |
18 | --- libdjvu/GSmartPointer.h 2011-04-30 19:29:11 +0000 |
19 | +++ libdjvu/GSmartPointer.h 2011-04-30 19:34:21 +0000 |
20 | @@ -62,6 +62,8 @@ |
21 | # pragma interface |
22 | #endif |
23 | |
24 | +#include <cstddef> |
25 | + |
26 | /** @name GSmartPointer.h |
27 | |
28 | Files #"GSmartPointer.h"# and #"GSmartPointer.cpp"# define a smart-pointer |