pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47952: pkgsrc m17n-lib fails to build



The following reply was made to PR pkg/47952; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/47952: pkgsrc m17n-lib fails to build
Date: Sat, 22 Jun 2013 22:48:42 +0900

 Probably, missing fontconfg (no HAVE_FONTCONFIG in ${WRKSRC}/config.h).
 Following patch should resolve the upstream bug, but fontconfig.pc
 in pkgsrc-current may be broken, it should be detected correctly.
 
 --- src/font.h.orig     2012-04-23 00:16:56.000000000 +0000
 +++ src/font.h
 @@ -307,10 +307,14 @@ extern int mfont__ft_init ();
 
   extern void mfont__ft_fini ();
 
 +#ifdef HAVE_FONTCONFIG
 +
   extern int mfont__ft_parse_name (const char *name, MFont *font);
 
   extern char *mfont__ft_unparse_name (MFont *font);
 
 +#endif
 +
   #ifdef HAVE_OTF
 
   extern int mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
 
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index