pkgsrc-Users archive

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

Re: poppler-includes errors



On Thu, Mar 27, 2014 at 08:51:38AM -0700, Hisashi T Fujinaka wrote:
> On Thu, 27 Mar 2014, Patrick Welche wrote:
> 
> >On Thu, Mar 27, 2014 at 08:33:53AM -0700, Hisashi T Fujinaka wrote:
> >>On Thu, 27 Mar 2014, OBATA Akio wrote:
> >>
> >>>Version: @VERSION@
> >>>+Requires: @PKGCONFIG_REQUIRES@
> >>>+Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
> >>>Libs: -L${libdir} -lfontconfig
> >>>-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
> >>>-Cflags: -I${includedir}
> >>>+Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ @LIBXML2_LIBS@
> >>>+Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@
> >>>@LIBXML2_CFLAGS@
> >>
> >>I already have that fix, and I've already built and installed with that.
> >>Is there something that needs to go into UPDATING that requires
> >>something beyond a build and install?
> >
> >Is that fix actually installed?
> >
> >You might need a "make distclean" in
> >src/external/mit/xorg/lib/fontconfig/src before the make just to
> >make sure it is rebuilt.
> 
> I did a build with "-r" just now. Is that not enough?
> 
> I'm not sure if the fix is installed because I'm not sure what the end
> file is supposed to look like.

The bottom half of my /usr/X11R7/lib/pkgconfig/fontconfig.pc looks like:

Name: Fontconfig
Description: Font configuration and customization library
Version: 2.11.0
Requires: 
Requires.private: 
Libs: -Wl,-rpath,${libdir} -L${libdir} -lfontconfig
Libs.private: -lexpat -lfreetype  
Cflags: -I${includedir}  -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include  

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index