summaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-wok_lib_JAVA.edl
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-12-31 12:48:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-12-31 12:48:13 +0000
commitf92836f3f08ea94c899b0d4e49d1144af5b4d5aa (patch)
tree1f6adccda4e73794340b287eb8d658dc8d03e0fe /cad/opencascade/files/patch-wok_lib_JAVA.edl
parentPrepare for a slave port to support OpenCascade. (diff)
Upgrade to 6.3 and unbreak.
Changelog at <http://www.opencascade.com/pub/doc/Release_Notes_6.3.pdf>.
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;