diff options
author | 2012-10-17 04:31:27 +0000 | |
---|---|---|
committer | 2012-10-17 04:31:27 +0000 | |
commit | f95785405fb3adf539064e3c3d2191dd59ee3a7e (patch) | |
tree | 6b138a6ec89415342fd02e30b600afd93cfa14b5 /app-text | |
parent | Added ~alpha. (diff) | |
download | gentoo-2-f95785405fb3adf539064e3c3d2191dd59ee3a7e.tar.gz gentoo-2-f95785405fb3adf539064e3c3d2191dd59ee3a7e.tar.bz2 gentoo-2-f95785405fb3adf539064e3c3d2191dd59ee3a7e.zip |
Add missing patch, thanks to Jekyll Wu <adaptee@gmail.com> for noticing.
(Portage version: 2.1.11.27/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wv2/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/wv2/files/wv2-0.4.2-glib.patch | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 3faa44fbd728..358550be518c 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/wv2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.67 2012/10/16 14:40:25 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.68 2012/10/17 04:31:27 kensington Exp $ + + 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> + +files/wv2-0.4.2-glib.patch: + Add missing patch, thanks to Jekyll Wu <adaptee@gmail.com> for noticing. *wv2-0.4.2-r1 (16 Oct 2012) 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 { + |