Build fixes for OpenBSD/alpha.

This commit is contained in:
matthieu 2007-01-03 13:20:49 +00:00
parent cc002b841b
commit 60329c3c4e
3 changed files with 3 additions and 2 deletions

View File

@ -191,6 +191,7 @@ case $host_cpu in
ALPHA_VIDEO=yes
case $host_os in
*netbsd*) AC_DEFINE(USE_ALPHA_PIO, 1, [NetBSD PIO alpha IO]) ;;
*openbsd*) SYS_LIBS=-lalpha ;;
esac
;;
arm*)

View File

@ -43,7 +43,7 @@
# include <machine/sysarch.h>
#endif
#include "xf86Axp.h"
#include "shared/xf86Axp.h"
#include "xf86_OSlib.h"
#include "xf86OSpriv.h"

View File

@ -7,7 +7,7 @@
#include "os.h"
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86Axp.h"
#include "shared/xf86Axp.h"
#include <sys/param.h>
#include "xf86_OSlib.h"
#include <stdio.h>