diff options
Diffstat (limited to 'multimedia/kdemultimedia3/patches/patch-at')
-rw-r--r-- | multimedia/kdemultimedia3/patches/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-at b/multimedia/kdemultimedia3/patches/patch-at new file mode 100644 index 00000000000..4546f664868 --- /dev/null +++ b/multimedia/kdemultimedia3/patches/patch-at @@ -0,0 +1,13 @@ +$NetBSD: patch-at,v 1.1 2005/03/19 01:03:38 markd Exp $ + +--- mpeglib_artsplug/decoderBaseObject_impl.h.orig 2005-03-18 09:31:02.544121000 +1300 ++++ mpeglib_artsplug/decoderBaseObject_impl.h +@@ -64,7 +64,7 @@ class DecoderBaseObject_impl : + + bool m_streaming; + +- queue<DataPacket<mcopbyte>*> *m_packetQueue; ++ std::queue<DataPacket<mcopbyte>*> *m_packetQueue; + + public: + |