Hi all,

CVSup'd SimGear today and found a minor compile problem under FreeBSD.
Patch attached.. maybe some other UNIX OS need to be added too.
(OR change to #ifdef UNIX ? :)

regards,
richard.
Index: simgear/screen/extensions.hxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/screen/extensions.hxx,v
retrieving revision 1.5
diff -r1.5 extensions.hxx
64c64
<   #if defined( linux ) || defined ( sgi ) || defined(__CYGWIN__) || 
defined(__MINGW32__)
---
>   #if defined( linux ) || defined ( sgi ) || defined(__CYGWIN__) || 
> defined(__MINGW32__) || defined( __FreeBSD__ )
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to