mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
strigi: add patch for gcc>=4.8 via Arch.
This commit is contained in:
parent
93b95dc6ae
commit
a20afcbb2c
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue