diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-18 09:55:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-18 09:55:04 +0000 |
commit | 5605a1fed868092515277b8a63068d2f22f013d4 (patch) | |
tree | 5cc6179522ac8e3fbb4191024a30eb058ed780e2 /wm/openbox2/patches/patch-ac | |
parent | db088afbe5709ae655a06b85dfa177a1a0cd88dd (diff) | |
download | pkgsrc-5605a1fed868092515277b8a63068d2f22f013d4.tar.gz |
Reimport openbox-2* as openbox2 package; openbox package will
be replaced by openbox-3*.
Diffstat (limited to 'wm/openbox2/patches/patch-ac')
-rw-r--r-- | wm/openbox2/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/openbox2/patches/patch-ac b/wm/openbox2/patches/patch-ac new file mode 100644 index 00000000000..727dea331cb --- /dev/null +++ b/wm/openbox2/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/12/18 09:55:05 wiz 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; + |