diff options
-rw-r--r-- | devel/clanlib-devel/Makefile | 1 | ||||
-rw-r--r-- | devel/clanlib-devel/files/patch-Sources::GL::GLX::display_window_opengl.cpp | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index 702942231e11..8af4813a76bb 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= clanlib PORTVERSION= 0.7.8.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/clanlib-devel/files/patch-Sources::GL::GLX::display_window_opengl.cpp b/devel/clanlib-devel/files/patch-Sources::GL::GLX::display_window_opengl.cpp new file mode 100644 index 000000000000..8df6ca528bd6 --- /dev/null +++ b/devel/clanlib-devel/files/patch-Sources::GL::GLX::display_window_opengl.cpp @@ -0,0 +1,18 @@ +--- 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() + |