void-packages/templates/libpciaccess-runstuff-before-configure.sh
Juan RP b2dee1f637 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
2008-10-06 21:11:03 +02:00

7 lines
264 B
Bash
Executable file

# 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