aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-12 07:48:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-12 07:48:12 +0000
commit2bb95749de6d47b3a5765fbe826cb62ca1ca1afb (patch)
tree44e2c139c3a6c423b36fe624278c18defbca9606 /editors/openoffice.org-3-devel
parent20369ae60dbf3d725922fb3e2dba7474ffb4709a (diff)
downloadports-2bb95749de6d47b3a5765fbe826cb62ca1ca1afb.tar.gz
ports-2bb95749de6d47b3a5765fbe826cb62ca1ca1afb.zip
Another alloca.h we do not have
Notes
Notes: svn path=/head/; revision=55925
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i18n::inc::collator.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i18n::inc::collator.hxx b/editors/openoffice.org-3-devel/files/patch-i18n::inc::collator.hxx
new file mode 100644
index 000000000000..f336ca1fb6cd
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i18n::inc::collator.hxx
@@ -0,0 +1,12 @@
+--- ../i18n/inc/collator.hxx.orig Tue Mar 12 08:24:59 2002
++++ ../i18n/inc/collator.hxx Tue Mar 12 08:25:55 2002
+@@ -80,7 +80,9 @@
+
+ #ifndef WIN32
+ #ifndef MACOSX
++#ifndef FREEBSD
+ #include <alloca.h>
++#endif
+ #endif
+ #endif
+ #include <tools/string.hxx>