Re: pkgconfig files on static arches...
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, Aug 12, 2003, at 02:01 Europe/Paris, Marc Matteo wrote: > The pkgconfig files that get installed into /usr/X11R6/lib/pkgconfig > seem to be broken on static arches. > > The "Version:" field doesn't get built right. In the case of > /usr/X11R6/lib/pkgconfig/fontconfig.pc the version is supposed to be > "1.0.1" but on my Vax it shows up as ".1". > > I think the problem is in the Imakefiles for the packages in question. > The Imakefiles build the version string with > "$(SOFONTCONFIGREV).$(FONTCONFIG_REVISION)" and of course there is no > so > files on static arches. > > Any thoughts? Hmm I'm not familiar with the pkgconfig stuff. I'm not sure what the Version: field is used for. If it's used to specify a shared lib revision, then it doesn't make sense on static arches. If it's used to specify an external version of the package, then XFree86 is wrong in using the shared library revision here.