mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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>
18 lines
447 B
C++
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()
|
|
|