opnsense-ports/graphics/libwmf/files/patch-src-font.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
404 B
C

--- 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;