diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-09-26 14:56:41 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-09-26 14:56:41 +0000 |
commit | 256815fa0ac7fab534f3009130a3eb7568760f4b (patch) | |
tree | 4e4043e4a5763597a682ccfa8ae2f35ec67f07cd /sys-apps/readahead-list/files | |
parent | Removed doc flag, now docs can be found on http://matplotlib.sourceforge.net/... (diff) | |
download | historical-256815fa0ac7fab534f3009130a3eb7568760f4b.tar.gz historical-256815fa0ac7fab534f3009130a3eb7568760f4b.tar.bz2 historical-256815fa0ac7fab534f3009130a3eb7568760f4b.zip |
Fix bug #228167. Thanks Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail.com>
Package-Manager: portage-2.2_rc10/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'sys-apps/readahead-list/files')
-rw-r--r-- | sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch b/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch new file mode 100644 index 000000000000..6264bbad9525 --- /dev/null +++ b/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch @@ -0,0 +1,10 @@ +--- src/filelist-order.cxx ++++ src/filelist-order.cxx +@@ -19,6 +19,7 @@ + #include <iostream> + #include <fstream> + #include <vector> ++#include <cstdlib> + + #include <assert.h> + #include <string.h> |