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:
6
templates/libpciaccess-runstuff-before-configure.sh
Executable file
6
templates/libpciaccess-runstuff-before-configure.sh
Executable 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
|
||||
Reference in New Issue
Block a user