2dc759cb34
- 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
15 lines
394 B
C++
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
|