diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-21 22:29:33 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-21 22:29:33 +0000 |
commit | 89f909cbb18d5fe88a1ee62d07c39af38c54faa6 (patch) | |
tree | f84e4bd5886f8b9959f3d339e974fd0d0a18bd4f /graphics/libwmf/files | |
parent | 1c3fb1bf54a64bb971515d2cac6ee46853a943c7 (diff) |
Notes
Diffstat (limited to 'graphics/libwmf/files')
-rw-r--r-- | graphics/libwmf/files/patch-src-font.c (renamed from graphics/libwmf/files/patch-src::font.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libwmf/files/patch-src::font.c b/graphics/libwmf/files/patch-src-font.c index 2900d47cdd7b..107ee450835f 100644 --- a/graphics/libwmf/files/patch-src::font.c +++ b/graphics/libwmf/files/patch-src-font.c @@ -1,8 +1,8 @@ ---- src/font.c.orig Wed May 15 18:34:08 2002 -+++ src/font.c Fri May 17 23:56:23 2002 -@@ -833,8 +833,8 @@ +--- src/font.c.orig 2005-07-27 22:35:06.000000000 +0200 ++++ src/font.c 2013-03-21 03:00:23.000000000 +0100 +@@ -881,8 +881,8 @@ - #ifdef HAVE_XML2 + #ifdef HAVE_LIBXML2 -#include <libxml/parser.h> -#include <libxml/parserInternals.h> |