Próbuję zbudować sterownik xf86-video-intel na NetBSD 64bit i mam ten problem:
checking whether to build Xorg PCI functions... checking for PCIACCESS... no
configure: error: Package requirements (pciaccess >= 0.12.901) were not met:
Requested 'pciaccess >= 0.12.901' but version of pciaccess is 0.12.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Jest to dość niewygodne, ponieważ szukany pakiet jest instalowany z poprawną wersją:
# pkgin in libpciaccess
calculating dependencies... done.
nothing to upgrade.
1 packages to be installed: libpciaccess-0.13.2 (31K to download, 91K to install
)
proceed ? [Y/n] y
downloading packages...
libpciaccess-0.13.2.tgz 100% 31KB 30.5KB/s 30.5KB/s 00:01
Byłbym wdzięczny za wszelką pomoc.