pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/wv2 Build fix for latest glib2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a7172cf230b
branches: trunk
changeset: 603484:3a7172cf230b
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun May 06 20:08:43 2012 +0000
description:
Build fix for latest glib2.
diffstat:
converters/wv2/distinfo | 3 ++-
converters/wv2/patches/patch-src_olestream_h | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r afa553d9b494 -r 3a7172cf230b converters/wv2/distinfo
--- a/converters/wv2/distinfo Sun May 06 20:08:32 2012 +0000
+++ b/converters/wv2/distinfo Sun May 06 20:08:43 2012 +0000
@@ -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
diff -r afa553d9b494 -r 3a7172cf230b converters/wv2/patches/patch-src_olestream_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/wv2/patches/patch-src_olestream_h Sun May 06 20:08:43 2012 +0000
@@ -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 {
+
Home |
Main Index |
Thread Index |
Old Index