freebsd-ports/editors/openoffice.org-1.0/files/patch-i18n+inc+collator.hxx
Martin Blapp f3bad9da86 Upgrade to 1.0.0
Builds ok, but is still broken
2002-05-01 21:09:48 +00:00

11 lines
381 B
C++

--- ../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>
#endif
-#if !(defined WIN32 || defined MACOSX || defined NETBSD)
+#if !(defined WIN32 || defined MACOSX || defined NETBSD || defined FREEBSD)
#include <alloca.h>
#endif
#include <tools/string.hxx>