summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-01-29 22:11:54 +0000
committermarkd <markd@pkgsrc.org>2011-01-29 22:11:54 +0000
commitca27e03bea14d2d2a0bb0cfa56c2d28f8e360e71 (patch)
treea38ae147c6a3e66a04d996b9fa7019185a7caae1 /converters
parentaee3e43121ba3a1d28b1cf55c8923c5b67005a25 (diff)
downloadpkgsrc-ca27e03bea14d2d2a0bb0cfa56c2d28f8e360e71.tar.gz
Fix build with gcc4.3
Diffstat (limited to 'converters')
-rw-r--r--converters/wv2/distinfo3
-rw-r--r--converters/wv2/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/converters/wv2/distinfo b/converters/wv2/distinfo
index 9d9453d2b82..a361e651d93 100644
--- a/converters/wv2/distinfo
+++ b/converters/wv2/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2006/06/18 19:38:50 joerg Exp $
+$NetBSD: distinfo,v 1.7 2011/01/29 22:11:54 markd 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
diff --git a/converters/wv2/patches/patch-ab b/converters/wv2/patches/patch-ab
new file mode 100644
index 00000000000..22715122032
--- /dev/null
+++ b/converters/wv2/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2011/01/29 22:11:54 markd Exp $
+
+fix build with gcc4.3
+
+--- src/styles.cpp.orig 2006-06-12 16:40:11.000000000 +0000
++++ src/styles.cpp
+@@ -24,6 +24,7 @@
+
+ #include "wvlog.h"
+ #include <algorithm>
++#include <cstring>
+
+ namespace wvWare
+ {