summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in')
-rw-r--r--editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
new file mode 100644
index 000000000000..93e375b46f8e
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
@@ -0,0 +1,12 @@
+--- config_office/set_soenv.in~ Thu Sep 22 23:30:56 2005
++++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005
+@@ -347,6 +347,9 @@
+ $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386";
+ $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client";
+ $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads";
++ if( @GCCVER@ >= 30401 ) {
++ $CVER = "C341";
++ }
+ }
+ elsif ( $platform =~ m/linux-gnu/ )
+ {