pkgconfig files on static arches...
Marc Matteo <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
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? Marc