summaryrefslogtreecommitdiff
path: root/wm/openbox
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-09-07 01:52:14 +0000
committerjschauma <jschauma@pkgsrc.org>2003-09-07 01:52:14 +0000
commite0f2b7f1b474e2d71cce3095cea3282214b9ad87 (patch)
tree543952a741356d972f301206abcf414a586305d6 /wm/openbox
parent0cd764492476629341a139f8b1910cd4450bb1f2 (diff)
downloadpkgsrc-e0f2b7f1b474e2d71cce3095cea3282214b9ad87.tar.gz
Add '#include <assert.h>' where needed to make this compile with gcc3.
Patches provided in PR pkg/22699 by pino at dohd dot org
Diffstat (limited to 'wm/openbox')
-rw-r--r--wm/openbox/distinfo4
-rw-r--r--wm/openbox/patches/patch-ac12
-rw-r--r--wm/openbox/patches/patch-ad12
3 files changed, 27 insertions, 1 deletions
diff --git a/wm/openbox/distinfo b/wm/openbox/distinfo
index a7818433119..9b814da2ae8 100644
--- a/wm/openbox/distinfo
+++ b/wm/openbox/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.2 2002/12/26 01:48:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/07 01:52:14 jschauma Exp $
SHA1 (openbox-2.2.3.tar.gz) = 972b7b62ced97dcdcc05be0038f3c929765f8fde
Size (openbox-2.2.3.tar.gz) = 484100 bytes
SHA1 (patch-aa) = 0e52e4bd1c8b0d053b9b7734871aeb924b89f82a
SHA1 (patch-ab) = 210b3cb925b7a0b1441c4dfa87760a9c97bb249c
+SHA1 (patch-ac) = f7b406216366e5f177ac8dc8516dd0c6066bc01f
+SHA1 (patch-ad) = e651f30ad0ab1843807c33bff474f8b5ee66d68d
diff --git a/wm/openbox/patches/patch-ac b/wm/openbox/patches/patch-ac
new file mode 100644
index 00000000000..ea025783f73
--- /dev/null
+++ b/wm/openbox/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2003/09/07 01:52:15 jschauma Exp $
+
+--- src/Configuration.cc.orig 2003-09-06 21:32:27.000000000 -0400
++++ src/Configuration.cc 2003-09-06 21:32:50.000000000 -0400
+@@ -34,6 +34,7 @@
+ #include "Util.hh"
+
+ #include <algorithm>
++#include <assert.h>
+
+ using std::string;
+
diff --git a/wm/openbox/patches/patch-ad b/wm/openbox/patches/patch-ad
new file mode 100644
index 00000000000..94dcb78895d
--- /dev/null
+++ b/wm/openbox/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2003/09/07 01:52:15 jschauma Exp $
+
+--- util/epist/epist.hh.orig 2003-09-06 21:34:28.000000000 -0400
++++ util/epist/epist.hh 2003-09-06 21:34:37.000000000 -0400
+@@ -27,6 +27,7 @@
+ #include <X11/Xlib.h>
+ }
+
++#include <assert.h>
+ #include <string>
+ #include <map>
+