From a20afcbb2c4efee2f72e6914b31ee78dc64a7214 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Jul 2014 15:25:52 +0200 Subject: [PATCH] strigi: add patch for gcc>=4.8 via Arch. --- srcpkgs/strigi/patches/gcc48.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/strigi/patches/gcc48.patch diff --git a/srcpkgs/strigi/patches/gcc48.patch b/srcpkgs/strigi/patches/gcc48.patch new file mode 100644 index 00000000000..5ebfdcba722 --- /dev/null +++ b/srcpkgs/strigi/patches/gcc48.patch @@ -0,0 +1,12 @@ +--- include/strigi/bufferedstream.h ++++ include/strigi/bufferedstream.h +@@ -34,7 +34,7 @@ + * BufferedStream will do the rest. + */ + template +-class BufferedStream : public StreamBase { ++class STREAMS_EXPORT BufferedStream : public StreamBase { + private: + StreamBuffer buffer; + bool finishedWritingToBuffer; +