From e280efb475aca90f69b4f6d80fa0ee4f38ed3baf Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 31 Mar 2002 05:04:33 +0000 Subject: [PATCH] Chase location of libxml2 headers --- graphics/libwmf/files/patch-font.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/libwmf/files/patch-font.h 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 +-#include ++#include ++#include + + static void xml2_start (void* user_data,const char* tag,const char** attributes) + { const char** attr;