El Dimecres, 9 de maig de 2012, a les 11:38:38, Peter Breitenlohner va 
escriure:
> Hi,
> 
> in order to compile poppler-0.19.4, I had to apply the patch below.

Pushed.

Albert

> 
> Regards
> Peter Breitenlohner <[email protected]>
> 
> From f26dfad6e4220b32ec134c2f7a4cbb5563b0c545 Mon Sep 17 00:00:00 2001
> From: Peter Breitenlohner <[email protected]>
> Date: Wed, 9 May 2012 11:31:25 +0200
> Subject: [PATCH] Add missing function parameter
> 
>       * poppler/GlobalParams.cc: Add the additional parameter for
>       findSystemFontFile() introduced in commit d6a1b7d.
> 
> Signed-off-by: Peter Breitenlohner <[email protected]>
> ---
>   poppler/GlobalParams.cc |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc
> index 596d6ae..745c692 100644
> --- a/poppler/GlobalParams.cc
> +++ b/poppler/GlobalParams.cc
> @@ -1421,7 +1421,8 @@ void GlobalParams::setupBaseFonts(char *dir) {
> 
>   GooString *GlobalParams::findSystemFontFile(GfxFont *font,
>                                         SysFontType *type,
> -                                       int *fontNum, GooString * 
> /*substituteFontName*/) {
> +                                       int *fontNum, GooString * 
> /*substituteFontName*/,
> +                                       GooString * /*base14Name*/) {
>     SysFontInfo *fi;
>     GooString *path;
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to