summaryrefslogtreecommitdiff
path: root/converters/wv2
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 20:08:43 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 20:08:43 +0000
commit8244de4aee11f0c930a4e3ea4af5806117b5b01f (patch)
treeb922bcf373d4e4ccbd603fcdf5831509fffa68ce /converters/wv2
parentd5fc3bbc39d4a2fec91915d5ec2eed39c19a15a7 (diff)
downloadpkgsrc-8244de4aee11f0c930a4e3ea4af5806117b5b01f.tar.gz
Build fix for latest glib2.
Diffstat (limited to 'converters/wv2')
-rw-r--r--converters/wv2/distinfo3
-rw-r--r--converters/wv2/patches/patch-src_olestream_h15
2 files changed, 17 insertions, 1 deletions
diff --git a/converters/wv2/distinfo b/converters/wv2/distinfo
index a361e651d93..f118ca5414c 100644
--- a/converters/wv2/distinfo
+++ b/converters/wv2/distinfo
@@ -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 --git a/converters/wv2/patches/patch-src_olestream_h b/converters/wv2/patches/patch-src_olestream_h
new file mode 100644
index 00000000000..1a92a4208b4
--- /dev/null
+++ b/converters/wv2/patches/patch-src_olestream_h
@@ -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 {
+