summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-16 23:37:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-16 23:37:25 +0000
commit4c393eec307b23b896de9806a2acb7bafa4f7897 (patch)
tree7e411526e59a0c2c18964394e14b0d51a66ee9de /chinese
parentFix build with gcc 3.3. This port does not respect CFLAGS/CXXFLAGS. (diff)
Fix build with gcc 3.3.
Notes
Notes: svn path=/head/; revision=87090
Diffstat (limited to 'chinese')
-rw-r--r--chinese/zhcon/files/patch-src::inputclient.h10
-rw-r--r--chinese/zhcon/files/patch-src::mouse.cpp10
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__)