From b19cbdef34de0e07cc1ee2c6f49b510284b2d912 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 10 Mar 2002 23:02:24 +0000 Subject: Add langinfo twirks --- .../files/patch-tools::source::string::charset.cxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx (limited to 'editors/openoffice.org-1.1/files/patch-tools::source::string::charset.cxx') 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 000000000000..d59b855eb86f --- /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 +-#elif defined(LINUX) || defined(SOLARIS) ++#elif defined(LINUX) || defined(SOLARIS) || defined(FREEBSD) + #include + #include + #include + #include ++if !defined(FREEBSD) || OSVERSION > 500000 + #include ++#endif + #ifndef _TOOLS_LANG_HXX + #include + #endif -- cgit v1.2.3