summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-project-xmlsecurity
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /editors/openoffice-3/files/patch-project-xmlsecurity
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'editors/openoffice-3/files/patch-project-xmlsecurity')
-rw-r--r--editors/openoffice-3/files/patch-project-xmlsecurity40
1 files changed, 0 insertions, 40 deletions
diff --git a/editors/openoffice-3/files/patch-project-xmlsecurity b/editors/openoffice-3/files/patch-project-xmlsecurity
deleted file mode 100644
index ef61490dd145..000000000000
--- a/editors/openoffice-3/files/patch-project-xmlsecurity
+++ /dev/null
@@ -1,40 +0,0 @@
-#iZ XXXX
-porting project xmlsec
-1) we should provide configure based one
-2) malloc.h is deprecated for FreeBSD
-
-Index: libxmlsec/xmlsec1-1.2.4.patch
-===================================================================
-RCS file: /cvs/external/libxmlsec/xmlsec1-1.2.4.patch,v
-retrieving revision 1.7
-diff -u -r1.7 xmlsec1-1.2.4.patch
---- libxmlsec/xmlsec1-1.2.4.patch 9 Sep 2004 08:31:29 -0000 1.7
-+++ libxmlsec/xmlsec1-1.2.4.patch 3 Oct 2004 05:52:20 -0000
-@@ -83,7 +83,7 @@
- ! #undef HAVE_MACH_O_DYLD_H
- !
- ! /* Define to 1 if you have the <malloc.h> header file. */
--! #define HAVE_MALLOC_H 1
-+! #define HAVE_MALLOC_H 0
- !
- ! /* Define to 1 if you have the `memcpy' function. */
- ! #undef HAVE_MEMCPY
-
-
-Index: xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
-===================================================================
-RCS file: /cvs/xml/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx,v
-retrieving revision 1.1.1.1
-diff -u -r1.1.1.1 xmldocumentwrapper_xmlsecimpl.cxx
---- xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx 12 Jul 2004 13:15:21 -0000 1.1.1.1
-+++ xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx 4 Oct 2004 22:04:08 -0000
-@@ -68,7 +68,9 @@
- #include <xmloff/attrlist.hxx>
- #include "xmlelementwrapper_xmlsecimpl.hxx"
-
-+#if !defined (FREEBSD)
- #include <malloc.h>
-+#endif
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>