mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Chase location of libxml2 headers
This commit is contained in:
parent
7cfda9eaf0
commit
e280efb475
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57025
13
graphics/libwmf/files/patch-font.h
Normal file
13
graphics/libwmf/files/patch-font.h
Normal file
@ -0,0 +1,13 @@
|
||||
--- src/ipa/ipa/font.h.orig Sat Mar 30 21:02:34 2002
|
||||
+++ src/ipa/ipa/font.h Sat Mar 30 21:02:47 2002
|
||||
@@ -851,8 +851,8 @@
|
||||
|
||||
#ifdef HAVE_XML2
|
||||
|
||||
-#include <parser.h>
|
||||
-#include <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;
|
Loading…
Reference in New Issue
Block a user