diff options
author | kris <kris@FreeBSD.org> | 2003-08-17 07:37:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-17 07:37:25 +0800 |
commit | abde4171264c21f719c727cb3ee570aff0f011fd (patch) | |
tree | 211c24e800672ef9dd6deaa18d0e0391c9236a62 /chinese/zhcon | |
parent | b6b98651cd1a0cdd8c48622411dacc8252a3f1ba (diff) | |
download | freebsd-ports-gnome-abde4171264c21f719c727cb3ee570aff0f011fd.tar.gz freebsd-ports-gnome-abde4171264c21f719c727cb3ee570aff0f011fd.tar.zst freebsd-ports-gnome-abde4171264c21f719c727cb3ee570aff0f011fd.zip |
Fix build with gcc 3.3.
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/files/patch-src::inputclient.h | 10 | ||||
-rw-r--r-- | chinese/zhcon/files/patch-src::mouse.cpp | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::inputclient.h b/chinese/zhcon/files/patch-src::inputclient.h new file mode 100644 index 000000000000..df3d1107a125 --- /dev/null +++ b/chinese/zhcon/files/patch-src::inputclient.h @@ -0,0 +1,10 @@ +--- src/inputclient.h.orig Sat Aug 16 16:34:06 2003 ++++ src/inputclient.h Sat Aug 16 16:34:15 2003 +@@ -19,6 +19,7 @@ + #ifndef INPUTCLIENT_H + #define INPUTCLIENT_H + ++#include <cassert> + #include <string> + #include "console.h" + diff --git a/chinese/zhcon/files/patch-src::mouse.cpp b/chinese/zhcon/files/patch-src::mouse.cpp new file mode 100644 index 000000000000..7b39f069ab8c --- /dev/null +++ b/chinese/zhcon/files/patch-src::mouse.cpp @@ -0,0 +1,10 @@ +--- src/mouse.cpp.orig Sat Aug 16 16:36:28 2003 ++++ src/mouse.cpp Sat Aug 16 16:36:39 2003 +@@ -18,6 +18,7 @@ + + #include "debug.h" + #include "mouse.h" ++#include <cassert> + #include <sys/signal.h> + + #if defined(__FreeBSD__) |