d8986754ee
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>
16 lines
415 B
C++
16 lines
415 B
C++
--- Sources/GL/GLX/input_device_linuxevent.cpp.orig Tue Oct 25 12:39:25 2005
|
|
+++ Sources/GL/GLX/input_device_linuxevent.cpp Tue May 1 05:55:26 2007
|
|
@@ -26,7 +26,7 @@
|
|
** Magnus Norddahl
|
|
** (if your name is missing here, please add it)
|
|
*/
|
|
-
|
|
+#if 0
|
|
#include <assert.h>
|
|
#include <linux/input.h>
|
|
#include <sys/ioctl.h>
|
|
@@ -350,3 +350,4 @@
|
|
// Local Variables: ***
|
|
// mode: clanlib ***
|
|
// End: ***
|
|
+#endif
|