diff options
author | pav <pav@FreeBSD.org> | 2004-08-21 18:58:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-21 18:58:43 +0000 |
commit | dad60a92203b63a2490c16a61641cfb54b1c6120 (patch) | |
tree | 264aee4f31bdf0c5b7a40e49866d1d513226b591 /x11-wm/kahakai/files | |
parent | 013b2fc2c7369a909cfc24b6142b6452b42e3474 (diff) | |
download | FreeBSD-ports-dad60a92203b63a2490c16a61641cfb54b1c6120.zip FreeBSD-ports-dad60a92203b63a2490c16a61641cfb54b1c6120.tar.gz |
- Fix build with gcc 3.4
- Please portlint
PR: ports/70439
Submitted by: Greg J. <xcas@cox.net> (maintainer)
Diffstat (limited to 'x11-wm/kahakai/files')
-rw-r--r-- | x11-wm/kahakai/files/patch-Screen.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/kahakai/files/patch-Screen.cc b/x11-wm/kahakai/files/patch-Screen.cc new file mode 100644 index 0000000..7573ebb --- /dev/null +++ b/x11-wm/kahakai/files/patch-Screen.cc @@ -0,0 +1,10 @@ +--- src/Screen.cc.orig Sat Feb 7 17:50:59 2004 ++++ src/Screen.cc Fri Aug 13 20:27:46 2004 +@@ -63,6 +63,7 @@ + #include <sstream> + #include <iostream> + #include <iomanip> ++#include <cerrno> + + using std::cout; + using std::cerr; |