diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-03 07:41:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-03 07:41:02 +0000 |
commit | 9bc735a68f1d7827359073be3059b3edb9549ec0 (patch) | |
tree | 6cf032bbaf6b1b30fbe99e9d3c63bc7d5ad524c1 /media-libs/vigra/files | |
parent | Non-Maintainer Version Bump (diff) | |
download | gentoo-2-9bc735a68f1d7827359073be3059b3edb9549ec0.tar.gz gentoo-2-9bc735a68f1d7827359073be3059b3edb9549ec0.tar.bz2 gentoo-2-9bc735a68f1d7827359073be3059b3edb9549ec0.zip |
Add gcc-4.6 support. Per bug #362863.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/vigra/files')
-rw-r--r-- | media-libs/vigra/files/1.7.1-gcc4.6.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/vigra/files/1.7.1-gcc4.6.patch b/media-libs/vigra/files/1.7.1-gcc4.6.patch new file mode 100644 index 000000000000..9ff02ffbf8cb --- /dev/null +++ b/media-libs/vigra/files/1.7.1-gcc4.6.patch @@ -0,0 +1,10 @@ +--- a/include/vigra/sifImport.hxx 2011-04-10 09:36:12.735845000 -0500 ++++ b/include/vigra/sifImport.hxx 2011-04-10 09:36:41.805845002 -0500 +@@ -58,6 +58,7 @@ + #include <cstring> + #include <vector> + #include "vigra/multi_array.hxx" ++#include <cstddef> + + namespace vigra { + |