diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-18 06:34:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-18 06:34:16 +0000 |
commit | f8bfb76b6c2507492ee454929a45c8d79743b918 (patch) | |
tree | 60553ddf595ff697b5a18e73e8facd4ac8d671fc /graphics/libwmf/files | |
parent | 104b31bdb3eb961675f2eded153f7159664c0b7e (diff) |
Notes
Diffstat (limited to 'graphics/libwmf/files')
-rw-r--r-- | graphics/libwmf/files/patch-font.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/libwmf/files/patch-font.h b/graphics/libwmf/files/patch-font.h deleted file mode 100644 index e9e83cc0e268..000000000000 --- a/graphics/libwmf/files/patch-font.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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; |