diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 10:31:36 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 10:31:36 +0000 |
commit | d5eac841f2ad757f64bb615e1cc8d5d9495213c8 (patch) | |
tree | d82f3d290c10294c5566e57e4632352999d9e6e7 /editors/openoffice.org-3-devel | |
parent | c88c54f3e0e5946d42ad683a21f405121e3b01fb (diff) | |
download | FreeBSD-ports-d5eac841f2ad757f64bb615e1cc8d5d9495213c8.zip FreeBSD-ports-d5eac841f2ad757f64bb615e1cc8d5d9495213c8.tar.gz |
We do not have alloca.h
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx b/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx new file mode 100644 index 0000000..47d4ee6 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i18npool+inc+collatorImpl.hxx @@ -0,0 +1,11 @@ +--- ../i18npool/inc/collatorImpl.hxx.orig Fri Oct 18 19:35:02 2002 ++++ ../i18npool/inc/collatorImpl.hxx Fri Oct 18 19:35:26 2002 +@@ -71,7 +71,7 @@ + #include <cppuhelper/implbase2.hxx> + #include <com/sun/star/lang/XServiceInfo.hpp> + +-#if !defined( WIN32 ) && !defined( MACOSX ) ++#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD) + #include <alloca.h> + #endif + #include <tools/list.hxx> |