can learn how to fly model aircraft, test new aircraft designs, and improve your skills by practicing on your computer. The flight model is very realistic. The flight model parameters are calculated based on a 3D representation of the aircraft. Stalls are properly modelled as well. Model control is possible with your own rc transmitter, or any input device such as joystick, mouse, keyboard. The package pkglints, builds and runs fine, but has a few minor todos left.
13 lines
490 B
Text
13 lines
490 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2010/10/26 15:27:58 hfath Exp $
|
|
|
|
--- src/mod_inputdev/inputdev_parallel/inputdev_parallel.cpp.orig 2010-06-02 19:58:05.000000000 +0000
|
|
+++ src/mod_inputdev/inputdev_parallel/inputdev_parallel.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#if defined(__APPLE__) || defined(MACOSX)
|
|
#else
|
|
# if defined(WIN32)
|
|
-# elif defined(__powerpc__)
|
|
+# elif defined(__powerpc__) || defined(__NetBSD__) /* XXX For now */
|
|
# define ioperm(a,b,c) -1
|
|
# define inb(a) 0
|
|
# define outb(a,b)
|