summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-03-26 05:21:41 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-03-26 05:21:41 +0000
commit28135af5180e0f586156c86a3d6bc93f1285e77d (patch)
tree1d7fe78270939a5151a162014372753262721f6f /dev-cpp/clucene/files
parentIn src_test, redirect stdin from /dev/tty as a workaround for bug #248081. (diff)
downloadgentoo-2-28135af5180e0f586156c86a3d6bc93f1285e77d.tar.gz
gentoo-2-28135af5180e0f586156c86a3d6bc93f1285e77d.tar.bz2
gentoo-2-28135af5180e0f586156c86a3d6bc93f1285e77d.zip
Fix missing include in headers for GCC 4.4 (bug #254254).
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/clucene/files')
-rw-r--r--dev-cpp/clucene/files/clucene-0.9.21b-gcc44.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-cpp/clucene/files/clucene-0.9.21b-gcc44.patch b/dev-cpp/clucene/files/clucene-0.9.21b-gcc44.patch
new file mode 100644
index 000000000000..8c7fe44d0562
--- /dev/null
+++ b/dev-cpp/clucene/files/clucene-0.9.21b-gcc44.patch
@@ -0,0 +1,10 @@
+--- src/CLucene/util/bufferedstream.h~
++++ src/CLucene/util/bufferedstream.h
+@@ -29,6 +29,7 @@
+ #include "streambase.h"
+ #include "inputstreambuffer.h"
+ #include <cassert>
++#include <stdio.h>
+
+ namespace jstreams {
+