diff options
Diffstat (limited to 'editors/openoffice.org-2/files')
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.knobs | 5 | ||||
-rw-r--r-- | editors/openoffice.org-2/files/patch-project-jvmfwk | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2/files/patch-scp2+source+ooo+file_ooo.scp | 25 |
3 files changed, 27 insertions, 5 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs index 0afc3ac..0fd696f 100644 --- a/editors/openoffice.org-2/files/Makefile.knobs +++ b/editors/openoffice.org-2/files/Makefile.knobs @@ -18,10 +18,7 @@ CONFIGURE_ARGS+= --enable-cups .endif .if defined(ALL_LOCALIZED_LANGS) -CONFIGURE_ARGS+= --with-lang="en-US ar ca cs da de el es et fi fr he hi-IN hu it ja ko pl pt pt-BR ru sk sl sv th tr zh-CN zh-TW" -#following langs still seem to be under development -#af bg cy eo eu gl kn-IN lt nb nl nn ns tn zu -#CONFIGURE_ARGS+= --with-lang=ALL +CONFIGURE_ARGS+= --with-lang=ALL .else CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG} .endif diff --git a/editors/openoffice.org-2/files/patch-project-jvmfwk b/editors/openoffice.org-2/files/patch-project-jvmfwk index c3715ba..65325d6 100644 --- a/editors/openoffice.org-2/files/patch-project-jvmfwk +++ b/editors/openoffice.org-2/files/patch-project-jvmfwk @@ -1,6 +1,6 @@ #iZ and CWS o http://www.openoffice.org/issues/show_bug.cgi?id=40180 - +o jre5issues Description Vendor name of FreeBSD's Java diff --git a/editors/openoffice.org-2/files/patch-scp2+source+ooo+file_ooo.scp b/editors/openoffice.org-2/files/patch-scp2+source+ooo+file_ooo.scp new file mode 100644 index 0000000..ada0374 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-scp2+source+ooo+file_ooo.scp @@ -0,0 +1,25 @@ +o #iZ XXXX +o CWS nativefixer3 +http://porting.openoffice.org/servlets/ReadMsg?list=dev&msgNo=15066 + +Index: scp2/source/ooo/file_ooo.scp +=================================================================== +RCS file: /cvs/installation/scp2/source/ooo/file_ooo.scp,v +retrieving revision 1.66 +diff -u -r1.66 file_ooo.scp +--- scp2/source/ooo/file_ooo.scp 21 Jan 2005 12:14:20 -0000 1.66 ++++ scp2/source/ooo/file_ooo.scp 28 Jan 2005 08:29:31 -0000 +@@ -371,13 +371,6 @@ + Styles = (PACKED); + End + +-File gid_File_Bin_Gnome_Set_Default_Application +- BIN_FILE_BODY; +- Dir = gid_Dir_Program; +- Name = "gnome-set-default-application"; +- Styles = (PACKED); +-End +- + #endif + + File gid_File_Bin_Senddoc |