diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-17 22:31:26 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-17 22:31:26 +0000 |
commit | 460cd6e774b476605f9fddab38cc7777d6d5d332 (patch) | |
tree | 7d4028f1311eedcf06955b635c8086ba1214174c /x11-misc/fireflies/files | |
parent | amd64 stable, bug #250221 (diff) | |
download | gentoo-2-460cd6e774b476605f9fddab38cc7777d6d5d332.tar.gz gentoo-2-460cd6e774b476605f9fddab38cc7777d6d5d332.tar.bz2 gentoo-2-460cd6e774b476605f9fddab38cc7777d6d5d332.zip |
Fix bug 228219. Thanks to Jabari R. Roberts for the patch.
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'x11-misc/fireflies/files')
-rw-r--r-- | x11-misc/fireflies/files/fireflies-2.07-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch b/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch new file mode 100644 index 000000000000..d6bad4d9dda4 --- /dev/null +++ b/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch @@ -0,0 +1,11 @@ +--- fireflies-2.07/libgfx/src/raster.cxx.old 2008-07-29 17:53:35.000000000 -0500 ++++ fireflies-2.07/libgfx/src/raster.cxx 2008-07-29 17:53:51.000000000 -0500 +@@ -9,7 +9,7 @@ + #include <gfx/gfx.h> + #include <gfx/raster.h> + +-#include <string> ++#include <cstring> + #include <cctype> + + ByteRaster::ByteRaster(const ByteRaster &img) |