aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwmf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 13:04:33 +0800
committerkris <kris@FreeBSD.org>2002-03-31 13:04:33 +0800
commit374c3db357a1716155ef0bd772149ca8482ce313 (patch)
tree4b7b6faf9b8c70ad398b00e4246e7814c1674101 /graphics/libwmf
parentc0815ac7a34ffc0ea9b2b22510f69da42e043a74 (diff)
downloadfreebsd-ports-gnome-374c3db357a1716155ef0bd772149ca8482ce313.tar.gz
freebsd-ports-gnome-374c3db357a1716155ef0bd772149ca8482ce313.tar.zst
freebsd-ports-gnome-374c3db357a1716155ef0bd772149ca8482ce313.zip
Chase location of libxml2 headers
Diffstat (limited to 'graphics/libwmf')
-rw-r--r--graphics/libwmf/files/patch-font.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/libwmf/files/patch-font.h b/graphics/libwmf/files/patch-font.h
new file mode 100644
index 000000000000..e9e83cc0e268
--- /dev/null
+++ b/graphics/libwmf/files/patch-font.h
@@ -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;