diff options
author | osa <osa@FreeBSD.org> | 2003-08-28 19:36:56 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-08-28 19:36:56 +0800 |
commit | b3761b785ac8b1c00ba7374a939c316f54953b81 (patch) | |
tree | 35c860b400fcfeba341d7898d7bb4b93f96661f5 /x11-wm/boxtools/files | |
parent | 7b1ef8b3293f561ed9c1b03db1a55cf9e1de3ea5 (diff) | |
download | freebsd-ports-gnome-b3761b785ac8b1c00ba7374a939c316f54953b81.tar.gz freebsd-ports-gnome-b3761b785ac8b1c00ba7374a939c316f54953b81.tar.zst freebsd-ports-gnome-b3761b785ac8b1c00ba7374a939c316f54953b81.zip |
Fix building on -CURRENT (gcc-3.3)
Submitted by: Stijn Hoop <stijn@win.tue.nl> (maintainer)
PR: 56074
Diffstat (limited to 'x11-wm/boxtools/files')
-rw-r--r-- | x11-wm/boxtools/files/patch-src::Window.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/boxtools/files/patch-src::Window.cc b/x11-wm/boxtools/files/patch-src::Window.cc new file mode 100644 index 000000000000..ec6c3afd4e04 --- /dev/null +++ b/x11-wm/boxtools/files/patch-src::Window.cc @@ -0,0 +1,10 @@ +--- src/Window.cc.orig Wed Aug 13 12:40:02 2003 ++++ src/Window.cc Wed Aug 13 12:41:03 2003 +@@ -44,6 +44,8 @@ + #endif // HAVE_STDLIB_H + } ++#include <cassert> ++ + #include "i18n.hh" + #include "blackbox.hh" + #include "GCCache.hh" |