ports/graphics/libwmf/files/patch-src::font.c
Patrick Li c75336b5e6 - Fix pkg-plist
- Chase location of libxml2 headers

PR:		38229
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-21 04:08:42 +00:00

13 lines
379 B
C

--- src/font.c.orig Wed May 15 18:34:08 2002
+++ src/font.c Fri May 17 23:56:23 2002
@@ -833,8 +833,8 @@
#ifdef HAVE_XML2
-#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;