diff options
Diffstat (limited to 'app-text/wv2/files/wv2-0.4.2-glib.patch')
-rw-r--r-- | app-text/wv2/files/wv2-0.4.2-glib.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/wv2/files/wv2-0.4.2-glib.patch b/app-text/wv2/files/wv2-0.4.2-glib.patch new file mode 100644 index 000000000000..4596f25b9cb5 --- /dev/null +++ b/app-text/wv2/files/wv2-0.4.2-glib.patch @@ -0,0 +1,12 @@ +From: http://sourceforge.net/tracker/?func=detail&aid=3544851&group_id=10501&atid=110501 +--- src/olestream.h ++++ src/olestream.h +@@ -23,7 +23,7 @@ + #include "global.h" // U8,... typedefs + #include <stack> + +-#include <glib/giochannel.h> // GSeekType ++#include <glib.h> // GSeekType + + namespace wvWare { + |