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.h | |
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.h')
-rw-r--r-- | devel/clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h b/devel/clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h new file mode 100644 index 000000000000..93b0a9b4fef7 --- /dev/null +++ b/devel/clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h @@ -0,0 +1,17 @@ +--- Sources/GL/GLX/input_device_linuxjoystick.h.orig Tue Oct 25 10:39:25 2005 ++++ Sources/GL/GLX/input_device_linuxjoystick.h Mon May 7 21:46:00 2007 +@@ -26,7 +26,7 @@ + ** Magnus Norddahl + ** (if your name is missing here, please add it) + */ +- ++#if 0 + #ifndef header_input_device_linuxjoystick + #define header_input_device_linuxjoystick + +@@ -76,4 +76,4 @@ + // Local Variables: *** + // mode: clanlib *** + // End: *** +- ++#endif |