Don't import fl (it tries to initialize GL) but assume it's always v2.0.
diff --git a/Lib/irix5/FL.py b/Lib/irix5/FL.py
index 100d05f..3142b1b 100755
--- a/Lib/irix5/FL.py
+++ b/Lib/irix5/FL.py
@@ -3,12 +3,13 @@
# Recommended use: import FL; ... FL.NORMAL_BOX ... etc.
# Alternate use: from FL import *; ... NORMAL_BOX ... etc.
-import fl
-try:
- _v20 = (fl.get_rgbmode <> None)
-except:
- _v20 = 0
-del fl
+_v20 = 1
+##import fl
+##try:
+## _v20 = (fl.get_rgbmode <> None)
+##except:
+## _v20 = 0
+##del fl
NULL = 0
FALSE = 0
diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py
index 100d05f..3142b1b 100755
--- a/Lib/plat-irix5/FL.py
+++ b/Lib/plat-irix5/FL.py
@@ -3,12 +3,13 @@
# Recommended use: import FL; ... FL.NORMAL_BOX ... etc.
# Alternate use: from FL import *; ... NORMAL_BOX ... etc.
-import fl
-try:
- _v20 = (fl.get_rgbmode <> None)
-except:
- _v20 = 0
-del fl
+_v20 = 1
+##import fl
+##try:
+## _v20 = (fl.get_rgbmode <> None)
+##except:
+## _v20 = 0
+##del fl
NULL = 0
FALSE = 0