forked from Lainports/freebsd-ports
open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications. BUGS: the module WOK does not work, but the other modules (the most interesting parts) are OK.
14 lines
432 B
Tcl
14 lines
432 B
Tcl
--- ros/src/DrawResources/WOKcomplement.tcl.orig Fri Sep 21 09:50:27 2001
|
|
+++ ros/src/DrawResources/WOKcomplement.tcl Tue Aug 1 21:13:53 2006
|
|
@@ -6,7 +6,10 @@
|
|
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"
|
|
}
|