aboutsummaryrefslogtreecommitdiff
path: root/graphics/libwmf/files/patch-src-font.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libwmf/files/patch-src-font.c')
-rw-r--r--graphics/libwmf/files/patch-src-font.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/libwmf/files/patch-src-font.c b/graphics/libwmf/files/patch-src-font.c
deleted file mode 100644
index 107ee450835f..000000000000
--- a/graphics/libwmf/files/patch-src-font.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/font.c.orig 2005-07-27 22:35:06.000000000 +0200
-+++ src/font.c 2013-03-21 03:00:23.000000000 +0100
-@@ -881,8 +881,8 @@
-
- #ifdef HAVE_LIBXML2
-
--#include <libxml/parser.h>
--#include <libxml/parserInternals.h>
-+#include <libxml2/libxml/parser.h>
-+#include <libxml2/libxml/parserInternals.h>
-
- static void xml2_start (void* user_data,const char* tag,const char** attributes)
- { const char** attr;