]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/metar_main.cxx
Boris Koenig:
[flightgear.git] / src / Main / metar_main.cxx
index 9cc86fff1d4c9e09490cf65583cbaab261a4c1d5..4519975d0936582d860617c144b14a7cc0618af8 100644 (file)
@@ -31,7 +31,7 @@
 using namespace std;
 
 // text color
-#if defined(__linux__) || defined( __sun__ ) ||defined(__CYGWIN__) || defined( __FreeBSD__ )
+#if defined(__linux__) || defined( __sun__ ) ||defined(__CYGWIN__) || defined( __FreeBSD__ ) || defined ( sgi )
 #      define R "\033[31;1m"           // red
 #      define G "\033[32;1m"           // green
 #      define Y "\033[33;1m"           // yellow