summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-21 23:11:40 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-21 23:11:40 +0000
commit2aede6e576d7ac8cfbaf57467cee5f778545b05d (patch)
tree61988acc259033646da5849ec0fc328a3595be19 /editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx
parentAdd correct map for rtti test too. (diff)
Fix language support. Add missing defines.
Diffstat (limited to 'editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx')
-rw-r--r--editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx b/editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx
new file mode 100644
index 000000000000..732f77fcb482
--- /dev/null
+++ b/editors/openoffice/files/patch-sysui+tools+lngconv+lngconv.cxx
@@ -0,0 +1,11 @@
+--- ../sysui/tools/lngconv/lngconv.cxx.orig Sat Jul 20 23:14:29 2002
++++ ../sysui/tools/lngconv/lngconv.cxx Sat Jul 20 23:14:34 2002
+@@ -62,7 +62,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+
+-#if defined( LINUX ) || defined (SOLARIS)
++#if defined(LINUX) || defined (SOLARIS) || defined (FREEBSD)
+ #include <locale.h>
+ #include <langinfo.h>
+ #endif