pacho 15/06/04 15:05:39 Added: ttf2pt1-3.4.4-freetype-2.5.patch Log: Fix build with freetype 2.5.1 and newer (#514794 by Dmitry 'daks' Fomenko and Patrick) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.1 app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype-2.5.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype-2.5.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype-2.5.patch?rev=1.1&content-type=text/plain Index: ttf2pt1-3.4.4-freetype-2.5.patch =================================================================== diff -Naur ttf2pt1-3.4.4-orig/ft.c ttf2pt1-3.4.4/ft.c --- ttf2pt1-3.4.4.orig/ft.c 2014-07-02 14:19:32.000000000 -0700 +++ ttf2pt1-3.4.4/ft.c 2014-07-02 14:20:22.794538869 -0700 @@ -13,11 +13,11 @@ #include <ctype.h> #include <sys/types.h> #include <ft2build.h> -#include <freetype/freetype.h> -#include <freetype/ftglyph.h> -#include <freetype/ftsnames.h> -#include <freetype/ttnameid.h> -#include <freetype/ftoutln.h> +#include <freetype2/freetype.h> +#include <freetype2/ftglyph.h> +#include <freetype2/ftsnames.h> +#include <freetype2/ttnameid.h> +#include <freetype2/ftoutln.h> #include "pt1.h" #include "global.h"
