pkgsrc-Users archive

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

Re: Forward: Re: CVS commit: pkgsrc/fonts/fontconfig



On Mon, Sep 10, 2018 at 04:31:41AM +0000, maya%netbsd.org@localhost wrote:
> On Mon, Sep 10, 2018 at 12:22:55AM +0900, Makoto Fujiwara wrote:
> >  .if ${X11_TYPE} != "modular" && exists(${X11BASE}/lib/libfontconfig.so)
> > -LDFLAGS+=	-L../src/.libs
> > +LDFLAGS+=	-lfontconfig -L../src/ 
> >  .endif
> 
> Is it linking with the base fontconfig? that sounds like it will break
> in some way.

The original failure is because the following files exist:
pkgsrc/fonts/fontconfig/work/.buildlink/lib/libfontconfig.{so,a}

And it is linking with those, instead of the libfontconfig.so it built.

Manually deleting those, it finds the correct libfontconfig.so by
itself.

(Re-running the command with -Wl,--verbose revealed this)


Home | Main Index | Thread Index | Old Index