diff options
3 files changed, 36 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 000000000000..b989108fbdbb --- /dev/null +++ b/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx @@ -0,0 +1,12 @@ +--- ../tools/source/string/charset.cxx.orig Fri May 31 00:17:15 2002 ++++ ../tools/source/string/charset.cxx Fri May 31 00:17:17 2002 +@@ -68,6 +68,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <strings.h> ++#if defined(FREEBSD) ++#include <string.h> ++#endif + #include <locale.h> + #include <langinfo.h> + #ifndef _TOOLS_LANG_HXX 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 000000000000..b989108fbdbb --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-tools::source::string::charset.cxx @@ -0,0 +1,12 @@ +--- ../tools/source/string/charset.cxx.orig Fri May 31 00:17:15 2002 ++++ ../tools/source/string/charset.cxx Fri May 31 00:17:17 2002 +@@ -68,6 +68,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <strings.h> ++#if defined(FREEBSD) ++#include <string.h> ++#endif + #include <locale.h> + #include <langinfo.h> + #ifndef _TOOLS_LANG_HXX 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 000000000000..b989108fbdbb --- /dev/null +++ b/editors/openoffice/files/patch-tools::source::string::charset.cxx @@ -0,0 +1,12 @@ +--- ../tools/source/string/charset.cxx.orig Fri May 31 00:17:15 2002 ++++ ../tools/source/string/charset.cxx Fri May 31 00:17:17 2002 +@@ -68,6 +68,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <strings.h> ++#if defined(FREEBSD) ++#include <string.h> ++#endif + #include <locale.h> + #include <langinfo.h> + #ifndef _TOOLS_LANG_HXX |