Files
pkgsrc-ng/print/xpdf/patches/patch-ap
2013-09-26 17:14:40 +02:00

14 lines
481 B
Plaintext

$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,