freebsd-ports/cad/opencascade/files/patch-ros_src_jcas_jcas_CMPLRS.edl
Thierry Thomas de5ea4454a Open CASCADE Technology is a software development platform freely available in
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.
2007-04-01 09:04:04 +00:00

13 lines
459 B
Text

--- ros/src/jcas/jcas_CMPLRS.edl.orig Fri Jan 28 20:30:11 2005
+++ ros/src/jcas/jcas_CMPLRS.edl Thu Aug 10 23:20:02 2006
@@ -6,6 +6,10 @@
@string %CMPLRS_CXX_Options += " -I" %CSF_JavaHome "/include/solaris";
@endif;
+@if ( %Station == "bsd" ) then
+ @string %CMPLRS_CXX_Options += " -I" %CSF_JavaHome "/include/freebsd";
+@endif;
+
@if ( %Station == "lin" ) then
@string %CMPLRS_CXX_Options += " -I" %CSF_JavaHome "/include/linux";
@endif;