pkgsrc/print/xpdf/patches/patch-ap
drochner 882f7025a2 update to 3.02
changes: many fixes, added support for PDF features, UI improvements
see the CHANGELOG for details
2007-03-13 11:06:04 +00:00

13 lines
481 B
Text

$NetBSD: patch-ap,v 1.4 2007/03/13 11:06:04 drochner Exp $
--- splash/SplashFTFont.cc.orig 2007-02-27 23:05:52.000000000 +0100
+++ splash/SplashFTFont.cc
@@ -229,7 +229,7 @@ struct SplashFTFontPath {
};
SplashPath *SplashFTFont::getGlyphPath(int c) {
- static FT_Outline_Funcs outlineFuncs = {
+ static const FT_Outline_Funcs outlineFuncs = {
#if FREETYPE_MINOR <= 1
(int (*)(FT_Vector *, void *))&glyphPathMoveTo,
(int (*)(FT_Vector *, void *))&glyphPathLineTo,