public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/strigi/files: strigi-0.6.4-gcc44.patch
@ 2009-03-26  5:23 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2009-03-26  5:23 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/03/26 05:23:01

  Added:                strigi-0.6.4-gcc44.patch
  Log:
  Fix GCC 4.4 build errors (bug 254256).
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/strigi/files/strigi-0.6.4-gcc44.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/files/strigi-0.6.4-gcc44.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/files/strigi-0.6.4-gcc44.patch?rev=1.1&content-type=text/plain

Index: strigi-0.6.4-gcc44.patch
===================================================================
--- strigi-0.6.4.orig/src/daemon/dbus/dbuscpp/dbusmessagereader.h
+++ strigi-0.6.4/src/daemon/dbus/dbuscpp/dbusmessagereader.h
@@ -23,6 +23,7 @@
 #define DBUS_API_SUBJECT_TO_CHANGE 1
 #include <dbus/dbus.h>
 
+#include <stdint.h>
 #include <set>
 #include <map>
 #include <string>
--- strigi-0.6.4.orig/src/daemon/eventlistener/inotifylistener.h
+++ strigi-0.6.4/src/daemon/eventlistener/inotifylistener.h
@@ -24,6 +24,7 @@
 #include "strigi_thread.h"
 #include <map>
 #include <vector>
+#include <stdio.h>
 
 class Event;
 class PollingListener;
--- strigi-0.6.4.orig/src/daemon/strigithread.h
+++ strigi-0.6.4/src/daemon/strigithread.h
@@ -22,6 +22,7 @@
 
 #include <strigi_thread.h>
 #include <string>
+#include <stdio.h>
 
 extern "C" void *threadstarter(void *);
 
--- strigi-0.6.4.orig/src/streamanalyzer/indexpluginloader.h
+++ strigi-0.6.4/src/streamanalyzer/indexpluginloader.h
@@ -25,6 +25,7 @@
 #include <vector>
 #include <map>
 #include <string>
+#include <stdio.h>
 
 namespace Strigi {
   class IndexManager;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-26  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26  5:23 [gentoo-commits] gentoo-x86 commit in app-misc/strigi/files: strigi-0.6.4-gcc44.patch Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox