summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-10 23:02:24 +0000
committermbr <mbr@FreeBSD.org>2002-03-10 23:02:24 +0000
commit78681cdd72727870b82860218b1da0292159524e (patch)
treeae67c5d00cd37c891f14996bed2c947e89ddeda3 /editors
parent82a42eef36a20b14a130321f589015ace5c5cbef (diff)
downloadFreeBSD-ports-78681cdd72727870b82860218b1da0292159524e.zip
FreeBSD-ports-78681cdd72727870b82860218b1da0292159524e.tar.gz
Add langinfo twirks
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-1.1-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-1.1/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-2.0-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-3-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-3/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-1.0/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-2-RC/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-2-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-2.0/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-2/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-3-RC/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-3-devel/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-3/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-tools::source::string::charset.cxx18
-rw-r--r--editors/openoffice/files/patch-tools::source::string::charset.cxx18
20 files changed, 360 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx b/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-1.1-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice-1.1-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-1.1/files/patch-tools::source::string::charset.cxx b/editors/openoffice-1.1/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-2.0-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice-2.0-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-3-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice-3-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-3/files/patch-tools::source::string::charset.cxx b/editors/openoffice-3/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-3/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-1.0/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-1.0/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-1.1-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-1.1-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-2-RC/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-2-RC/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-2-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-2-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-2.0-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-2.0-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-2.0/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-2.0/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-2/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-2/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-3-RC/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-3-RC/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-3-devel/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-3-devel/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-3/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-3/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice.org-vcltesttool/files/patch-tools::source::string::charset.cxx b/editors/openoffice.org-vcltesttool/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
diff --git a/editors/openoffice/files/patch-tools::source::string::charset.cxx b/editors/openoffice/files/patch-tools::source::string::charset.cxx
new file mode 100644
index 0000000..d59b855
--- /dev/null
+++ b/editors/openoffice/files/patch-tools::source::string::charset.cxx
@@ -0,0 +1,18 @@
+--- ../tools/source/string/charset.cxx.orig Sun Mar 10 23:55:47 2002
++++ ../tools/source/string/charset.cxx Sun Mar 10 23:57:30 2002
+@@ -64,12 +64,14 @@
+ #elif defined( OS2 )
+ #define INCL_DOSNLS
+ #include <svpm.h>
+-#elif defined(LINUX) || defined(SOLARIS)
++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <strings.h>
+ #include <locale.h>
++if !defined(FREEBSD) || OSVERSION > 500000
+ #include <langinfo.h>
++#endif
+ #ifndef _TOOLS_LANG_HXX
+ #include <lang.hxx>
+ #endif
OpenPOWER on IntegriCloud