[vlc-devel] commit: Update fontconfig patch for xml2 removal. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Aug 19 00:07:13 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 19 00:06:06 2009 +0200| [7e02ab80681f81dd27e875ea9d49aeec5312da8c] | committer: Jean-Baptiste Kempf
Update fontconfig patch for xml2 removal.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e02ab80681f81dd27e875ea9d49aeec5312da8c
---
extras/contrib/src/Patches/fontconfig-noxml2.patch | 22 ++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Patches/fontconfig-noxml2.patch b/extras/contrib/src/Patches/fontconfig-noxml2.patch
index 0de3550..ac7515b 100644
--- a/extras/contrib/src/Patches/fontconfig-noxml2.patch
+++ b/extras/contrib/src/Patches/fontconfig-noxml2.patch
@@ -66,3 +66,25 @@
#include "fcaliastail.h"
#undef __fcxml__
+#endif
+diff -ruN fontconfig/src/fcxml.c fontconfig.new/src/fcxml.c
+--- fontconfig/src/fcxml.c 2009-08-13 16:08:49.000000000 +0200
++++ fontconfig.new/src/fcxml.c 2009-08-19 00:03:35.000000000 +0200
+@@ -2466,13 +2466,18 @@
+ bail0:
+ return ret || !complain;
+ }
++#endif
++
+
+ FcBool
+ FcConfigParseAndLoad (FcConfig *config,
+ const FcChar8 *name,
+ FcBool complain)
+ {
++ return FcFalse;
++}
+
++#if 0
+ XML_Parser p;
+ FcChar8 *filename;
+ int fd;
More information about the vlc-devel
mailing list