summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i64412
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-04-15 02:43:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-04-15 02:43:21 +0000
commit8f569b1b0e665bfa0ea47d356974c815bb1ef3ee (patch)
tree2b95797ca42c5613a5f3cf740405850bbce6aed0 /editors/openoffice.org-2.0-devel/files/patch-i64412
parent- Change deprecated gvCleanup to gvFreeContext [1] (diff)
Update to SRC680_m163
o buildable with diablo-jdk 1.5
Notes
Notes: svn path=/head/; revision=159538
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6441215
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i64412 b/editors/openoffice.org-2.0-devel/files/patch-i64412
new file mode 100644
index 000000000000..6edf8d9c51a0
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/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";
+ }