b2dee1f637
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
6 lines
264 B
Bash
Executable file
6 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
|