mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
graphics/xpdf is renamed (actually copied) to xpdf3. Those who want to continue to use xpdf with a Motif interface can either install xpdf3 or set XPDF_VERSION=3 in make.conf and continue to install graphics/xpdf. This works around any POLA issues people might have between the old and the new. PR: 222002
11 lines
384 B
C++
11 lines
384 B
C++
--- splash/SplashFTFont.cc.orig Tue Feb 27 14:05:52 2007
|
|
+++ splash/SplashFTFont.cc
|
|
@@ -229,7 +229,7 @@
|
|
};
|
|
|
|
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,
|