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 | aba3974ef45420f325df1d1d1bd23ed938b48a42 (patch) | |
tree | bb43449d21fcb33ef1cef2f9e962fba6829810c1 /sys-apps/readahead-list/files | |
parent | Removed doc flag, now docs can be found on http://matplotlib.sourceforge.net/... (diff) | |
download | gentoo-2-aba3974ef45420f325df1d1d1bd23ed938b48a42.tar.gz gentoo-2-aba3974ef45420f325df1d1d1bd23ed938b48a42.tar.bz2 gentoo-2-aba3974ef45420f325df1d1d1bd23ed938b48a42.zip |
Fix bug #228167. Thanks Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail.com>
(Portage version: 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> |