summaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-wok_lib_JAVA.edl
diff options
context:
space:
mode:
Diffstat (limited to 'cad/opencascade/files/patch-wok_lib_JAVA.edl')
-rw-r--r--cad/opencascade/files/patch-wok_lib_JAVA.edl13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/opencascade/files/patch-wok_lib_JAVA.edl b/cad/opencascade/files/patch-wok_lib_JAVA.edl
deleted file mode 100644
index ebd07a96c0d1..000000000000
--- a/cad/opencascade/files/patch-wok_lib_JAVA.edl
+++ /dev/null
@@ -1,13 +0,0 @@
---- wok/lib/JAVA.edl.orig Tue Nov 13 18:01:22 2001
-+++ wok/lib/JAVA.edl Wed Aug 9 23:53:21 2006
-@@ -32,6 +32,10 @@
- @string %CXX_JAVA += " -I" %CSF_JavaHome "/include/solaris ";
- @endif;
-
-+@if ( %Station == "bsd" ) then
-+ @string %CXX_JAVA += " -I" %CSF_JavaHome "/include/freebsd ";
-+@endif;
-+
- @if ( %Station == "lin" ) then
- @string %CXX_JAVA += " -I" %CSF_JavaHome "/include/linux ";
- @endif;