summaryrefslogtreecommitdiff
path: root/wm/bsetroot
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-04-29 21:31:09 +0000
committerjoerg <joerg@pkgsrc.org>2013-04-29 21:31:09 +0000
commit6e046ee9d87a4b818e73943146107b522dc94508 (patch)
treeb710080e6271cb564fc3ba34cc7bac3fab429e6d /wm/bsetroot
parent0a5f84a912074adb51a614e31607e7ab495cc90a (diff)
downloadpkgsrc-6e046ee9d87a4b818e73943146107b522dc94508.tar.gz
Add a number of includes hidden by libstdc++'s name space pollution.
Diffstat (limited to 'wm/bsetroot')
-rw-r--r--wm/bsetroot/distinfo4
-rw-r--r--wm/bsetroot/patches/patch-src_GCCache.cc12
-rw-r--r--wm/bsetroot/patches/patch-src_ImageControl.cc12
3 files changed, 27 insertions, 1 deletions
diff --git a/wm/bsetroot/distinfo b/wm/bsetroot/distinfo
index 013a0abd1fe..a606f89e40b 100644
--- a/wm/bsetroot/distinfo
+++ b/wm/bsetroot/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2011/11/25 22:23:15 joerg Exp $
+$NetBSD: distinfo,v 1.7 2013/04/29 21:31:13 joerg Exp $
SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
RMD160 (blackbox-0.65.0.tar.gz) = d88d9c5d9375274da149c77d3c63bb9c92470f26
@@ -7,4 +7,6 @@ SHA1 (patch-aa) = 134f628eef5cec1e9d7ce4b95a57c7e35a2307d9
SHA1 (patch-ab) = 0654be7d1465d0adc331714377f17e6e6bd459da
SHA1 (patch-ac) = 5f249a2e6d75e5d88605d6d8a1675d003b1cb52f
SHA1 (patch-ad) = a39dee423ea041f8c72c0c9144ffda06c20242eb
+SHA1 (patch-src_GCCache.cc) = 22ac3c1a0870d72f6e94f77f8a4f18900ff09d7c
SHA1 (patch-src_Image.cc) = 5da031ec0ed1ddd45369698eb36e4bb0c0cfe06c
+SHA1 (patch-src_ImageControl.cc) = 5af35715f1da30a1b073a10798a8103823617a4a
diff --git a/wm/bsetroot/patches/patch-src_GCCache.cc b/wm/bsetroot/patches/patch-src_GCCache.cc
new file mode 100644
index 00000000000..8d7fea5e8e0
--- /dev/null
+++ b/wm/bsetroot/patches/patch-src_GCCache.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_GCCache.cc,v 1.1 2013/04/29 21:31:13 joerg Exp $
+
+--- src/GCCache.cc.orig 2013-04-29 20:12:40.000000000 +0000
++++ src/GCCache.cc
+@@ -27,6 +27,7 @@
+
+ extern "C" {
+ #include <stdio.h>
++#include <stdlib.h>
+ }
+
+ #include "GCCache.hh"
diff --git a/wm/bsetroot/patches/patch-src_ImageControl.cc b/wm/bsetroot/patches/patch-src_ImageControl.cc
new file mode 100644
index 00000000000..cae774cd234
--- /dev/null
+++ b/wm/bsetroot/patches/patch-src_ImageControl.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_ImageControl.cc,v 1.1 2013/04/29 21:31:13 joerg Exp $
+
+--- src/ImageControl.cc.orig 2013-04-29 20:13:00.000000000 +0000
++++ src/ImageControl.cc
+@@ -34,6 +34,7 @@ extern "C" {
+ # include <ctype.h>
+ #endif // HAVE_CTYPE_H
+
++#include <stdlib.h>
+ #include <X11/Xlib.h>
+ }
+