freebsd-ports/cad/opencascade/files/patch-ros_src_jcas_jcas_CMPLRS.edl

14 lines
459 B
Text
Raw Normal View History

--- 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;