diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:22:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:22:05 +0000 |
commit | e8e4e422bddf557d7a7ac01665a5721214a0a4bb (patch) | |
tree | df7f44ba6df0e256feb4b4952e4c77f53e8cef3c /wm | |
parent | 16826f4f2963947d4c6a8b53ac663d1487f9cc7d (diff) | |
download | pkgsrc-e8e4e422bddf557d7a7ac01665a5721214a0a4bb.tar.gz |
Fix build with modern GCC.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bbpager04/distinfo | 5 | ||||
-rw-r--r-- | wm/bbpager04/patches/patch-src_Baseresource.cxx | 12 | ||||
-rw-r--r-- | wm/bbpager04/patches/patch-src_main.cxx | 12 | ||||
-rw-r--r-- | wm/bbpager04/patches/patch-src_resource.cxx | 13 |
4 files changed, 41 insertions, 1 deletions
diff --git a/wm/bbpager04/distinfo b/wm/bbpager04/distinfo index 299f978a8cb..4faca77f97a 100644 --- a/wm/bbpager04/distinfo +++ b/wm/bbpager04/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.1 2006/08/20 23:07:18 jschauma Exp $ +$NetBSD: distinfo,v 1.2 2011/11/25 22:22:05 joerg Exp $ SHA1 (bbpager-0.4.1beta1.tar.gz) = 272b826c3fce722c7334b5b6f32a37c0d82529e2 RMD160 (bbpager-0.4.1beta1.tar.gz) = 3ee093f21ed45028caff3ffa06c759babd44e0c9 Size (bbpager-0.4.1beta1.tar.gz) = 163099 bytes SHA1 (patch-aa) = b82d730bb85d59df9cfc916865935b6f13988bc4 SHA1 (patch-ab) = 0086f41b642bc8770d19995302701748823386c3 +SHA1 (patch-src_Baseresource.cxx) = 7006a4d1a6fd703b13a4171701b2d2e69200a5dd +SHA1 (patch-src_main.cxx) = c0f7db4d3e6ccff5fd39ac15ece795cc30d6648d +SHA1 (patch-src_resource.cxx) = 219d895eb25b92aa2902ef763039a9d4e6fe873b diff --git a/wm/bbpager04/patches/patch-src_Baseresource.cxx b/wm/bbpager04/patches/patch-src_Baseresource.cxx new file mode 100644 index 00000000000..c86e99460cf --- /dev/null +++ b/wm/bbpager04/patches/patch-src_Baseresource.cxx @@ -0,0 +1,12 @@ +$NetBSD: patch-src_Baseresource.cxx,v 1.1 2011/11/25 22:22:05 joerg Exp $ + +--- src/Baseresource.cxx.orig 2011-11-25 17:02:36.000000000 +0000 ++++ src/Baseresource.cxx +@@ -19,6 +19,7 @@ + // (See the included file COPYING / GPL-2.0) + // + ++#include <strings.h> + #include <string> + #include "Baseresource.h" + #include <stdio.h> diff --git a/wm/bbpager04/patches/patch-src_main.cxx b/wm/bbpager04/patches/patch-src_main.cxx new file mode 100644 index 00000000000..0e535b75f35 --- /dev/null +++ b/wm/bbpager04/patches/patch-src_main.cxx @@ -0,0 +1,12 @@ +$NetBSD: patch-src_main.cxx,v 1.1 2011/11/25 22:22:05 joerg Exp $ + +--- src/main.cxx.orig 2011-11-25 17:02:24.000000000 +0000 ++++ src/main.cxx +@@ -24,6 +24,7 @@ + #include "config.h" + + #include <stdio.h> ++#include <cstring> + #include <string> + #include <iostream> + diff --git a/wm/bbpager04/patches/patch-src_resource.cxx b/wm/bbpager04/patches/patch-src_resource.cxx new file mode 100644 index 00000000000..63636a42672 --- /dev/null +++ b/wm/bbpager04/patches/patch-src_resource.cxx @@ -0,0 +1,13 @@ +$NetBSD: patch-src_resource.cxx,v 1.1 2011/11/25 22:22:05 joerg Exp $ + +--- src/resource.cxx.orig 2011-11-25 17:02:49.000000000 +0000 ++++ src/resource.cxx +@@ -18,7 +18,7 @@ + // + // (See the included file COPYING / GPL-2.0) + // +- ++#include <strings.h> + #include "resource.h" + #include "blackboxstyle.h" + |