aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2017-03-18 01:09:47 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2017-03-18 01:09:47 +0000
commit3d3171c10d6cfd2db468fb016d7e99634ab4816c (patch)
tree6fcf069d39ba4a1545a391cee0f186e66aae7334 /graphics
parent578887aa2d1ea26f03223b99337c830402ce9ee8 (diff)
downloadports-3d3171c10d6cfd2db468fb016d7e99634ab4816c.tar.gz
ports-3d3171c10d6cfd2db468fb016d7e99634ab4816c.zip
Notes
Diffstat (limited to 'graphics')
-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;