Build fixes for OpenBSD/alpha.
This commit is contained in:
parent
cc002b841b
commit
60329c3c4e
@ -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*)
|
||||
|
@ -43,7 +43,7 @@
|
||||
# include <machine/sysarch.h>
|
||||
#endif
|
||||
|
||||
#include "xf86Axp.h"
|
||||
#include "shared/xf86Axp.h"
|
||||
|
||||
#include "xf86_OSlib.h"
|
||||
#include "xf86OSpriv.h"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user