diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-10 23:02:24 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-10 23:02:24 +0000 |
commit | b19cbdef34de0e07cc1ee2c6f49b510284b2d912 (patch) | |
tree | a8caa0e0a0890cb188a94222add3c6a62991c20b /editors/openoffice.org-3-devel | |
parent | 60deb7a34dfb3bec524cbbe6a0af0924afe19b63 (diff) | |
download | ports-b19cbdef34de0e07cc1ee2c6f49b510284b2d912.tar.gz ports-b19cbdef34de0e07cc1ee2c6f49b510284b2d912.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-tools::source::string::charset.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
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 000000000000..d59b855eb86f --- /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 |