summaryrefslogtreecommitdiff
path: root/chinese/zhcon/files/patch-src::mouse.cpp
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/zhcon/files/patch-src::mouse.cpp
parentFix build with gcc 3.3. This port does not respect CFLAGS/CXXFLAGS. (diff)
Fix build with gcc 3.3.
Diffstat (limited to '')
-rw-r--r--chinese/zhcon/files/patch-src::mouse.cpp10
1 files changed, 10 insertions, 0 deletions
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__)