aboutsummaryrefslogtreecommitdiff
path: root/chinese/zhcon/files/patch-src::graphdev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/zhcon/files/patch-src::graphdev.cpp')
-rw-r--r--chinese/zhcon/files/patch-src::graphdev.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::graphdev.cpp b/chinese/zhcon/files/patch-src::graphdev.cpp
new file mode 100644
index 000000000000..65e81c9c89b2
--- /dev/null
+++ b/chinese/zhcon/files/patch-src::graphdev.cpp
@@ -0,0 +1,11 @@
+--- src/graphdev.cpp.ori Tue Apr 9 14:54:28 2002
++++ src/graphdev.cpp Tue Apr 9 15:27:14 2002
+@@ -29,7 +29,7 @@
+
+ #include "display/fbdev.h"
+ #include "display/vgadev.h"
+-#if defined(linux)
++#if defined(linux) || defined(__FreeBSD__)
+ #ifdef HAVE_GGI_LIB
+ #include "display/libggi.h"
+ #endif