aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-2.0-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-12 15:48:12 +0800
committermbr <mbr@FreeBSD.org>2002-03-12 15:48:12 +0800
commitdebac897f03305978982e2df9b2c42d8782dec87 (patch)
tree5ef0fd9338df84a520f2c0d95d86e24c0f3c18a5 /editors/openoffice-2.0-devel
parent97cbf30a00af60560a3f899bfdeb04ab5b3e4f72 (diff)
downloadfreebsd-ports-gnome-debac897f03305978982e2df9b2c42d8782dec87.tar.gz
freebsd-ports-gnome-debac897f03305978982e2df9b2c42d8782dec87.tar.zst
freebsd-ports-gnome-debac897f03305978982e2df9b2c42d8782dec87.zip
Another alloca.h we do not have
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-i18n::inc::collator.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-i18n::inc::collator.hxx b/editors/openoffice-2.0-devel/files/patch-i18n::inc::collator.hxx
new file mode 100644
index 000000000000..f336ca1fb6cd
--- /dev/null
+++ b/editors/openoffice-2.0-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>