diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 23:31:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 23:31:03 +0000 |
commit | d8986754ee959151f65bddb2bb499fe93ac14d8d (patch) | |
tree | 6bbbff8362d303935ad2655e46fea0b19537a673 /devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp | |
parent | - Update to 1.2 (diff) |
[Update] devel/clanlib Update to 0.8.0
Update to 0.8.0
Take maintainership
Update games/trophy
update trophy to 1.1.4 and pass maintainership to me.
Ignore games/clanbomber
Set ignore on games/clanbomber, it will compile but not run.
PR: ports/115139, ports/115141, ports/115142
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=199223
Diffstat (limited to 'devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp')
-rw-r--r-- | devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp b/devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp new file mode 100644 index 000000000000..04b3c32bc376 --- /dev/null +++ b/devel/clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp @@ -0,0 +1,15 @@ +--- Sources/GL/GLX/input_device_linuxjoystick.cpp.orig Wed Apr 21 01:50:23 2004 ++++ Sources/GL/GLX/input_device_linuxjoystick.cpp Thu Jul 8 21:18:13 2004 +@@ -19,6 +19,7 @@ + ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + ++#if 0 + #include <sys/ioctl.h> + #include <fcntl.h> + #include <unistd.h> +@@ -142,3 +143,4 @@ + // mode: clanlib *** + // End: *** + ++#endif |