ports/devel/clanlib-devel/files/patch-Sources::GL::GLX::display_window_opengl.cpp
Edwin Groothuis a1e354b0a9 New port games/wormux and patch for devel/clanlib-devel
This port requires devel/clanlib-devel. But there is unresolved
	symbol in libclanGL.so. This is path for devel/clanlib-devel.

PR:		ports/75186
Submitted by:	Anton Yudin <toha@toha.org.ua>
Approved by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-12-23 07:29:42 +00:00

18 lines
447 B
C++

--- Sources/GL/GLX/display_window_opengl.cpp.orig Wed Apr 21 01:50:23 2004
+++ Sources/GL/GLX/display_window_opengl.cpp Mon Dec 20 18:09:50 2004
@@ -352,6 +352,7 @@
20
void CL_DisplayWindow_OpenGL::setup_joysticks()
{
+#if 0
// This could need some improvments, it doesn't look for
// /dev/input/jsX for example
char pathname[256];
@@ -391,6 +392,7 @@
done = true;
}
}
+#endif
}
void CL_DisplayWindow_OpenGL::destroy_window()