diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 15:29:42 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 15:29:42 +0800 |
commit | a1e354b0a96505d71d8e34d73cd8fe4501a2b2a2 (patch) | |
tree | 9b37747e073b6008fd4bbe639e623e2eb8c4f56c | |
parent | 0766f9af263806c63ec09ec224b8949e180a6bd6 (diff) | |
download | freebsd-ports-gnome-a1e354b0a96505d71d8e34d73cd8fe4501a2b2a2.tar.gz freebsd-ports-gnome-a1e354b0a96505d71d8e34d73cd8fe4501a2b2a2.tar.zst freebsd-ports-gnome-a1e354b0a96505d71d8e34d73cd8fe4501a2b2a2.zip |
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>
-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() + |