Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: /usr/X11R7/lib/pkgconfig/gl.pc
On Tue, Jun 18, 2019 at 07:58:07PM +0100, Chavdar Ivanov wrote:
> /usr/X11R7/lib/pkgconfig/gl.pc file contains:
> ....
> Libs: -Wl,-rpath,${libdir} -L${libdir} -l@GL_PKGCONF_LIB@
> ....
>
> There are quite a few packages which fail with the default pkgsrc
> setup because of that.
>
> Perhaps the variable GL_PKGCONF_LIB should be defined somewhere? I
> guess this depends on whether the built-in or modular Xorg? After
> every system upgrade I manually replace @GL_PKGCONF_LIB@ with GL and
> all is well.
>
> --
> ----
This should be fixed in an update of gl.pc.
Unfortunately it was broken for a bit so people keep hitting it.
It will do the equivalent of
s,@GL_PKGCONF_LIB@,GL,
So you can do this yourself, to avoid a full update.
Home |
Main Index |
Thread Index |
Old Index