strigi: add patch for gcc>=4.8 via Arch.
This commit is contained in:
parent
93b95dc6ae
commit
a20afcbb2c
12
srcpkgs/strigi/patches/gcc48.patch
Normal file
12
srcpkgs/strigi/patches/gcc48.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- include/strigi/bufferedstream.h
|
||||
+++ include/strigi/bufferedstream.h
|
||||
@@ -34,7 +34,7 @@
|
||||
* BufferedStream will do the rest.
|
||||
*/
|
||||
template <class T>
|
||||
-class BufferedStream : public StreamBase<T> {
|
||||
+class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
|
||||
private:
|
||||
StreamBuffer<T> buffer;
|
||||
bool finishedWritingToBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user