Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/autodock/files: 4.0.1-gcc-4.3.patch
Date: Tue, 05 Aug 2008 05:49:00
Message-Id: E1KQFPl-0002tq-A9@stork.gentoo.org
1 dberkholz 08/08/05 05:48:57
2
3 Added: 4.0.1-gcc-4.3.patch
4 Log:
5 Fix for gcc 4.3.
6 (Portage version: 2.2_rc5/cvs/Linux 2.6.26 x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: 4.0.1-gcc-4.3.patch
15 ===================================================================
16 --- autodocksuite-4.0.1.orig/src/autogrid/check_size.cpp 2008-08-04 22:44:46.000000000 -0700
17 +++ autodocksuite-4.0.1/src/autogrid/check_size.cpp 2008-08-04 22:45:12.000000000 -0700
18 @@ -27,6 +27,7 @@
19
20 #include <iostream>
21 #include <math.h>
22 +#include <cstdlib>
23 #include "autogrid.h"