freebsd-ports/devel/clanlib-devel/files/patch-Sources::GL::GLX::input_device_linuxjoystick.cpp
Volker Stolz 2dc759cb34 - Update to 0.7.8
- Respect CPPFLAGS and LDFLAGS
- Use USE_GL instead of USE_MESA (which is deprecated)
- Use PKGNAMESUFFIX
- Assign maintainership to submitter

PR:		ports/68827
Submitted by:	Roman Bogorodskiy
2004-07-12 18:35:35 +00:00

15 lines
394 B
C++

--- 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