diff options
author | jschauma <jschauma> | 2003-09-07 01:52:14 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-09-07 01:52:14 +0000 |
commit | a270ca106a68240461ab1ae9a290776eca1fe7fc (patch) | |
tree | 543952a741356d972f301206abcf414a586305d6 /wm | |
parent | 276fffe41c832bac1fdf08eacd0844e7e71a336a (diff) | |
download | pkgsrc-a270ca106a68240461ab1ae9a290776eca1fe7fc.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')
-rw-r--r-- | wm/openbox/distinfo | 4 | ||||
-rw-r--r-- | wm/openbox/patches/patch-ac | 12 | ||||
-rw-r--r-- | wm/openbox/patches/patch-ad | 12 |
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> + |