diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-vcl+source+gdi+outdev3.cxx')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-vcl+source+gdi+outdev3.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-vcl+source+gdi+outdev3.cxx b/editors/openoffice.org-2-devel/files/patch-vcl+source+gdi+outdev3.cxx new file mode 100644 index 000000000000..22ef6f26f45f --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-vcl+source+gdi+outdev3.cxx @@ -0,0 +1,14 @@ +do not need <malloc.h> including stdlib.h is enough +http://qa.openoffice.org/issues/show_bug.cgi?id=27041 + +--- ../vcl/source/gdi/outdev3.cxx.old Mon Mar 29 09:42:28 2004 ++++ ../vcl/source/gdi/outdev3.cxx Mon Mar 29 09:42:59 2004 +@@ -176,7 +176,7 @@ + #if defined(SOLARIS) || defined(IRIX) + #include <alloca.h> + #else +-#ifndef MACOSX ++#if !(defined(MACOSX) || defined(FREEBSD)) + #include <malloc.h> + #endif + #endif |