diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-23 15:29:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-23 15:29:42 +0800 |
commit | 456fb53ad93fc289d0fc758dd36d49bb8f59c310 (patch) | |
tree | e748614619e506a027468d02089e4895cf953bd0 /devel | |
parent | 659059b8bb6a7af03fdb1309ff94aebe2039b9a9 (diff) | |
download | freebsd-ports-gnome-456fb53ad93fc289d0fc758dd36d49bb8f59c310.tar.gz freebsd-ports-gnome-456fb53ad93fc289d0fc758dd36d49bb8f59c310.tar.zst freebsd-ports-gnome-456fb53ad93fc289d0fc758dd36d49bb8f59c310.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>
Diffstat (limited to 'devel')
-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() + |