freebsd-ports/editors/openoffice.org-1.0/files/patch-i18n+inc+collator.hxx

12 lines
381 B
C++
Raw Normal View History

--- ../i18n/inc/collator.hxx.orig Sat Apr 6 12:19:32 2002
+++ ../i18n/inc/collator.hxx Wed May 1 22:31:57 2002
@@ -78,7 +78,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
2002-04-24 01:18:15 +02:00
#endif
-#if !(defined WIN32 || defined MACOSX || defined NETBSD)
+#if !(defined WIN32 || defined MACOSX || defined NETBSD || defined FREEBSD)
2002-04-24 01:18:15 +02:00
#include <alloca.h>
#endif
#include <tools/string.hxx>