Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/klayout/files: klayout-0.21.10-gcc46.patch
Date: Sun, 29 May 2011 08:45:05
Message-Id: 20110529084456.1726920057@flycatcher.gentoo.org
1 dilfridge 11/05/29 08:44:56
2
3 Added: klayout-0.21.10-gcc46.patch
4 Log:
5 Fix compilation with gcc-4.6, bug 369055
6
7 (Portage version: 2.1.9.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: klayout-0.21.10-gcc46.patch
16 ===================================================================
17 diff -ruN klayout-0.21.10.orig/src/tlStableVector.h klayout-0.21.10/src/tlStableVector.h
18 --- klayout-0.21.10.orig/src/tlStableVector.h 2011-05-07 20:53:35.000000000 +0200
19 +++ klayout-0.21.10/src/tlStableVector.h 2011-05-29 10:34:20.000000000 +0200
20 @@ -25,6 +25,7 @@
21 #ifndef HDR_tlStableVector
22 #define HDR_tlStableVector
23
24 +#include <stddef.h>
25 #include <vector>
26 #include <iterator>