aboutsummaryrefslogtreecommitdiff
path: root/science/openfoam/files/patch-.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'science/openfoam/files/patch-.bashrc')
-rw-r--r--science/openfoam/files/patch-.bashrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-.bashrc b/science/openfoam/files/patch-.bashrc
new file mode 100644
index 000000000000..a9e40f494ad6
--- /dev/null
+++ b/science/openfoam/files/patch-.bashrc
@@ -0,0 +1,15 @@
+--- .bashrc.orig Mon Aug 1 18:41:21 2005
++++ .bashrc Fri Dec 30 18:36:45 2005
+@@ -135,6 +135,12 @@
+ export JAVA_HOME=/usr/java/j2sdk1.4.2
+ fi
+
++# FreeBSD workstation
++# ~~~~~~~~~~~~~~~~~~~
++elif [ "$machineTest" = "FreeBSD" ]; then
++
++ export JAVA_HOME=%%JAVA_HOME%%
++
+ # SUN workstation
+ # ~~~~~~~~~~~~~~~
+ elif [ "$machineTest" = "SunOS" ]; then