summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk')
-rw-r--r--editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk b/editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk
new file mode 100644
index 000000000000..f93ee2ad6bf2
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-solenv+inc+settings.mk
@@ -0,0 +1,15 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=25579
+We should set locale as UTF-8 when compiling
+but this was due to violation of OOo coding style
+
+--- ../solenv/inc/settings.mk.old Tue Mar 9 21:19:28 2004
++++ ../solenv/inc/settings.mk Mon Mar 29 13:23:31 2004
+@@ -172,7 +172,7 @@
+ JAVAI=gij
+ JAVACPS=--classpath
+ .ELSE
+-JAVAC=javac
++JAVAC=javac -encoding UTF-8
+ JAVAI=java
+ JAVACPS=-classpath
+ .ENDIF