Added NetBSD support to libpciaccess.

While fixing this, I had to make autoconf, automake and m4
templates (latest versions).

xorg-server-1.5.1 now fully works on NetBSD with these patches!

--HG--
extra : convert_revision : a80bb709a48a3cd144c596170d24fdfc7f7feede
This commit is contained in:
Juan RP 2008-10-06 21:11:03 +02:00
parent 62c4509bd8
commit b2dee1f637
9 changed files with 545 additions and 12 deletions

View file

@ -0,0 +1,6 @@
# Added support for NetBSD, as specified here:
# https://bugs.freedesktop.org/show_bug.cgi?id=17931
$cp_cmd -f $PKGFS_TEMPLATESDIR/$pkgname-netbsd-pci.c \
$PKGFS_BUILDDIR/$pkgname-$version/src/netbsd_pci.c
cd $PKGFS_BUILDDIR/$pkgname-$version && sh ./autogen.sh