summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-malloc
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-11-17 21:08:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-11-17 21:08:27 +0000
commit9dd9234739e7be7ab02ec1da132a629020d458e5 (patch)
tree692c37613784ad0877bc8f3ee6f577465f5a38ae /editors/openoffice.org-vcltesttool/files/patch-malloc
parentmy coordinates as requested by Diomidis (diff)
Update to m140
o use bison2 instead of bison-devel[1] o sdk is currently not buildable Submitted by: ade [1]
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-malloc')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-malloc25
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-malloc b/editors/openoffice.org-vcltesttool/files/patch-malloc
deleted file mode 100644
index b923da9db5e6..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-malloc
+++ /dev/null
@@ -1,25 +0,0 @@
-Issuetracker : #i57395#
-CWS : N/A
-Author: : <pjanik@openoffice.org> (JCA)
-Description :
-
-Index: canvas/source/tools/image.cxx
-===================================================================
-RCS file: /cvs/gsl/canvas/source/tools/image.cxx,v
-retrieving revision 1.2
-diff -u -r1.2 image.cxx
---- canvas/source/tools/image.cxx 2 Nov 2005 12:52:42 -0000 1.2
-+++ canvas/source/tools/image.cxx 5 Nov 2005 07:54:50 -0000
-@@ -103,8 +103,11 @@
- // platform-dependend includes [wrapped into their own namepsaces]
- //////////////////////////////////////////////////////////////////////////////////
-
-+#if !defined (FREEBSD)
- #include <malloc.h> // _alloca
--
-+#else
-+#include <stdlib.h>
-+#endif
- #if defined(WNT)
- namespace win32
- {