aboutsummaryrefslogtreecommitdiffstats
path: root/cad/opencascade/files/patch-src_DrawResources_InitEnvironment.tcl
blob: e7a6611e4e30af39719528aae5fa2c05bef6081f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/DrawResources/InitEnvironment.tcl.orig  Fri Sep 21 09:50:26 2001
+++ src/DrawResources/InitEnvironment.tcl   Thu Aug 10 22:58:39 2006
@@ -7,6 +7,8 @@
     set LINE_FROM_UNAME [ exec uname -a ] ;
     if { [ regexp SunOS $LINE_FROM_UNAME ] } {
    return "sun"
+    }  elseif { [ regexp FreeBSD $LINE_FROM_UNAME ] } {
+   return "bsd"
     }  elseif { [ regexp IRIX $LINE_FROM_UNAME ] } {
    return "sil"
     } elseif { [ regexp OSF $LINE_FROM_UNAME ] } {