summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-11-27 05:23:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-11-27 05:23:45 +0000
commitaeb02988f40a8e829320af2b52bedfd0f2e63f8d (patch)
tree36e82f12d2a26340aa0314e660f67429a209e836 /textproc/libxml2/files
parentUpdate to 0.6.10. (diff)
Update to 2.7.8.
Notes
Notes: svn path=/head/; revision=265249
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r--textproc/libxml2/files/patch-python_libxml.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libxml2/files/patch-python_libxml.c b/textproc/libxml2/files/patch-python_libxml.c
deleted file mode 100644
index f45ef6f4ad6d..000000000000
--- a/textproc/libxml2/files/patch-python_libxml.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/libxml.c.orig 2009-09-24 17:31:59.000000000 +0200
-+++ python/libxml.c 2010-10-03 09:34:16.000000000 +0200
-@@ -30,7 +30,7 @@
-
- #if (defined(_MSC_VER) || defined(__MINGW32__)) && !defined(vsnprintf)
- #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
--#elif defined(WITH_TRIO)
-+#elif defined(WITH_TRIO) && !defined(vsnprintf)
- #include "trio.h"
- #define vsnprintf trio_vsnprintf
- #endif