pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/print/mupdf



On Mon, Sep 20, 2010 at 06:30:03PM +0200, Joerg Sonnenberger wrote:
> On Mon, Sep 20, 2010 at 02:25:45PM +0200, Thomas Klausner wrote:
> > This breaks mupdf compilation with native X:
> > libtool  --mode=link cc -o build/debug/cmapdump build/debug/cmapdump.lo  
> > -lfreetype -ljbig2dec -lopenjpeg -ljpeg -lz -lm
> > ...
> 
> Fix native X to provide the correct rpath in freetype2.pc?

Nothing to fix on that side, it already does:
# cat /usr/X11R7/lib/pkgconfig/freetype2.pc
prefix=/usr/X11R7
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: 9.20.3
Requires:
Libs: -Wl,-R${libdir} -L${libdir} -lfreetype -lz
Cflags: -I${includedir}/freetype2 -I${includedir}

 Thomas


Home | Main Index | Thread Index | Old Index