View | Details | Raw Unified | Return to bug 36921
Collapse All | Expand All

(-)zhcon/files/patch-src::graphdev.cpp (+11 lines)
Line 0 Link Here
1
--- src/graphdev.cpp.ori	Tue Apr  9 14:54:28 2002
2
+++ src/graphdev.cpp	Tue Apr  9 15:27:14 2002
3
@@ -29,7 +29,7 @@
4
 
5
 #include "display/fbdev.h"
6
 #include "display/vgadev.h"
7
-#if defined(linux)
8
+#if defined(linux) || defined(__FreeBSD__)
9
     #ifdef HAVE_GGI_LIB
10
     #include "display/libggi.h"
11
     #endif

Return to bug 36921