From: | "Tomas Chvatal (scarabeus)" <scarabeus@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in sci-libs/libdap/files: 3.10.0-fix_tests.patch libdap-3.9.2-gcc-4.4.patch |
Date: | Tue, 27 Apr 2010 10:06:59 |
Message-Id: | 20100427100653.0EBC62C043@corvid.gentoo.org |
1 | scarabeus 10/04/27 10:06:52 |
2 | |
3 | Added: 3.10.0-fix_tests.patch |
4 | Removed: libdap-3.9.2-gcc-4.4.patch |
5 | Log: |
6 | Version bump. Drop old. |
7 | (Portage version: 2.2_rc67/cvs/Linux x86_64) |
8 | |
9 | Revision Changes Path |
10 | 1.1 sci-libs/libdap/files/3.10.0-fix_tests.patch |
11 | |
12 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/files/3.10.0-fix_tests.patch?rev=1.1&view=markup |
13 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/files/3.10.0-fix_tests.patch?rev=1.1&content-type=text/plain |
14 | |
15 | Index: 3.10.0-fix_tests.patch |
16 | =================================================================== |
17 | diff -urN libdap-3.10.0.old//unit-tests/RCReaderTest.cc libdap-3.10.0//unit-tests/RCReaderTest.cc |
18 | --- libdap-3.10.0.old//unit-tests/RCReaderTest.cc 2010-02-02 18:45:05.000000000 +0100 |
19 | +++ libdap-3.10.0//unit-tests/RCReaderTest.cc 2010-04-27 12:00:16.000000000 +0200 |
20 | @@ -31,6 +31,7 @@ |
21 | #include <unistd.h> |
22 | #endif |
23 | |
24 | +#include <cstdlib> |
25 | #include <cstring> |
26 | #include <string> |
27 | #include <iostream> |