Build fix for latest glib2.
This commit is contained in:
parent
56294d7a7a
commit
559fc9f1ea
2 changed files with 17 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.7 2011/01/29 22:11:54 markd Exp $
|
||||
$NetBSD: distinfo,v 1.8 2012/05/06 20:08:43 dholland Exp $
|
||||
|
||||
SHA1 (wv2-0.2.3.tar.bz2) = 8378f43806bc2614ccea2b265159ce0548192601
|
||||
RMD160 (wv2-0.2.3.tar.bz2) = 0534ddb23ec5a6e222cbbc76e695f8ea5cf532c7
|
||||
Size (wv2-0.2.3.tar.bz2) = 908983 bytes
|
||||
SHA1 (patch-aa) = 38ba31ab9a1b3411ebcd6de7f1152da09f5312b6
|
||||
SHA1 (patch-ab) = 9ce1fa495008df7fcf9b4ae6cf02bd2e651aa9cb
|
||||
SHA1 (patch-src_olestream_h) = 7b3153f71482006cc2f0fae7efdc2879928c59dc
|
||||
|
|
15
converters/wv2/patches/patch-src_olestream_h
Normal file
15
converters/wv2/patches/patch-src_olestream_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_olestream_h,v 1.1 2012/05/06 20:08:43 dholland Exp $
|
||||
|
||||
Fix build with latest glib2.
|
||||
|
||||
--- src/olestream.h~ 2006-06-12 16:40:11.000000000 +0000
|
||||
+++ 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 {
|
||||
|
Loading…
Reference in a new issue