aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx b/editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx
new file mode 100644
index 000000000000..53c7a909faf7
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-vcl+source+glyphs+gcache_layout.cxx
@@ -0,0 +1,14 @@
+malloc.h is deprecated
+http://qa.openoffice.org/issues/show_bug.cgi?id=27041
+
+--- ../vcl/source/glyphs/gcach_layout.cxx~ Tue Mar 9 21:15:32 2004
++++ ../vcl/source/glyphs/gcach_layout.cxx Mon Mar 29 09:44:52 2004
+@@ -74,7 +74,7 @@
+ #if defined(SOLARIS) || defined(IRIX)
+ #include <alloca.h>
+ #else
+-#ifndef MACOSX
++#if !(defined(MACOSX) || defined(FREEBSD))
+ #include <malloc.h>
+ #endif
+ #endif