diff options
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-i64412')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i64412 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i64412 b/editors/openoffice.org-3-RC/files/patch-i64412 new file mode 100644 index 000000000000..6edf8d9c51a0 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-i64412 @@ -0,0 +1,15 @@ +Index: config_office/set_soenv.in +=================================================================== +RCS file: /cvs/tools/config_office/set_soenv.in,v +retrieving revision 1.97 +diff -u -r1.97 set_soenv.in +--- config_office/set_soenv.in 7 Apr 2006 08:02:29 -0000 1.97 ++++ config_office/set_soenv.in 14 Apr 2006 21:35:53 -0000 +@@ -342,6 +342,7 @@ + $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"; ++ $JREEXTRALIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."xawt"; + if( @GCCVER@ >= 30401 ) { + $CVER = "C341"; + } |