diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-24 07:18:15 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-24 07:18:15 +0800 |
commit | 15668c0d63299ea79715cb952a6d244d3b60d706 (patch) | |
tree | 800979dd73caa77aa63b281a6f2616c7141d1ba3 /editors/openoffice-1.0 | |
parent | 00a0a6b06e7cb0bc344e7bb2b3f3423531a1c16b (diff) | |
download | freebsd-ports-gnome-15668c0d63299ea79715cb952a6d244d3b60d706.tar.gz freebsd-ports-gnome-15668c0d63299ea79715cb952a6d244d3b60d706.tar.zst freebsd-ports-gnome-15668c0d63299ea79715cb952a6d244d3b60d706.zip |
We do not have alloca.h
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/files/patch-i18n+inc+collator.hxx | 14 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/patch-i18n::inc::collator.hxx | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-i18n+inc+collator.hxx b/editors/openoffice-1.0/files/patch-i18n+inc+collator.hxx new file mode 100644 index 000000000000..0b3372b5b216 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-i18n+inc+collator.hxx @@ -0,0 +1,14 @@ +--- ../i18n/inc/collator.hxx.orig Tue Apr 23 23:15:36 2002 ++++ ../i18n/inc/collator.hxx Tue Apr 23 23:15:38 2002 +@@ -79,8 +79,10 @@ + #endif + + #ifndef WIN32 +-#ifndef MACOSX ++#ifndef MACOSX ++#ifndef FREEBSD + #include <alloca.h> ++#endif + #endif + #endif + #include <tools/string.hxx> diff --git a/editors/openoffice-1.0/files/patch-i18n::inc::collator.hxx b/editors/openoffice-1.0/files/patch-i18n::inc::collator.hxx new file mode 100644 index 000000000000..0b3372b5b216 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-i18n::inc::collator.hxx @@ -0,0 +1,14 @@ +--- ../i18n/inc/collator.hxx.orig Tue Apr 23 23:15:36 2002 ++++ ../i18n/inc/collator.hxx Tue Apr 23 23:15:38 2002 +@@ -79,8 +79,10 @@ + #endif + + #ifndef WIN32 +-#ifndef MACOSX ++#ifndef MACOSX ++#ifndef FREEBSD + #include <alloca.h> ++#endif + #endif + #endif + #include <tools/string.hxx> |