freebsd-ports/editors/openoffice.org-2.0/files/patch-sysui+tools+lngconv+lngconv.cxx
2002-07-21 23:11:40 +00:00

11 lines
351 B
C++

--- ../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