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; +