aboutsummaryrefslogtreecommitdiff
path: root/graphics/libwmf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 05:04:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 05:04:33 +0000
commite280efb475aca90f69b4f6d80fa0ee4f38ed3baf (patch)
treeda42dfd7aaf4cdc723e85ccdaea769fd95514da6 /graphics/libwmf
parent7cfda9eaf0581dc464e7f8c16fea4ec3c11c3118 (diff)
downloadports-e280efb475aca90f69b4f6d80fa0ee4f38ed3baf.tar.gz
ports-e280efb475aca90f69b4f6d80fa0ee4f38ed3baf.zip
Notes
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;