Module Name:    xsrc
Committed By:   mrg
Date:           Thu Mar 20 08:58:36 UTC 2014

Modified Files:
        xsrc/external/mit/libXft/dist/src: xftglyphs.c

Log Message:
pull over pkgsrc patch patch-src_xftglyphs.c to work with modern freetype.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 xsrc/external/mit/libXft/dist/src/xftglyphs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libXft/dist/src/xftglyphs.c
diff -u xsrc/external/mit/libXft/dist/src/xftglyphs.c:1.1.1.3 xsrc/external/mit/libXft/dist/src/xftglyphs.c:1.2
--- xsrc/external/mit/libXft/dist/src/xftglyphs.c:1.1.1.3	Fri May 31 21:03:35 2013
+++ xsrc/external/mit/libXft/dist/src/xftglyphs.c	Thu Mar 20 08:58:36 2014
@@ -21,10 +21,10 @@
  */
 
 #include "xftint.h"
-#include <freetype/ftoutln.h>
-#include <freetype/ftlcdfil.h>
-
-#include <freetype/ftsynth.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
+#include FT_LCD_FILTER_H
+#include FT_SYNTHESIS_H
 
 /*
  * Validate the memory info for a font

Reply via email to