summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-07 11:57:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-07 11:57:43 +0000
commitcf8b387068839a5e0ef69bbcc8e1d56359671d70 (patch)
treea3eb6c25d0f93a6abbfc08efb3a6731e7effda44 /media-gfx/iscan/files
parentVersion bump. Remove old. (diff)
downloadgentoo-2-cf8b387068839a5e0ef69bbcc8e1d56359671d70.tar.gz
gentoo-2-cf8b387068839a5e0ef69bbcc8e1d56359671d70.tar.bz2
gentoo-2-cf8b387068839a5e0ef69bbcc8e1d56359671d70.zip
Remove old since bug 226315 resurfaced again.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/iscan/files')
-rw-r--r--media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch b/media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch
deleted file mode 100644
index 676c761fe129..000000000000
--- a/media-gfx/iscan/files/iscan-2.10.0+gcc-4.3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: iscan-2.10.0/lib/imgstream.cc
-===================================================================
---- iscan-2.10.0.orig/lib/imgstream.cc
-+++ iscan-2.10.0/lib/imgstream.cc
-@@ -28,11 +28,15 @@
-
- #include <argz.h>
-
-+#include <cstdlib>
-+
- #include "imgstream.hh"
-
- namespace iscan
- {
-
-+
-+
- imgstream::imgstream ()
- : imgstream_base_t (NULL), _fbuf (new filebuf (NULL)), _mine (true)
- {
-Index: iscan-2.10.0/lib/jpegstream.cc
-===================================================================
---- iscan-2.10.0.orig/lib/jpegstream.cc
-+++ iscan-2.10.0/lib/jpegstream.cc
-@@ -26,6 +26,8 @@
- // the GNU General Public License in all respects for all of the
- // code used other then esmod.
-
-+#include <cstdlib>
-+
- #include "jpegstream.hh"
-
- #include "gettext.h"