define HAVE_XAA_H. fixes problems seen since the update to 2.1.20.

This commit is contained in:
mrg 2013-06-14 04:43:38 +00:00
parent 0893cfd5dd
commit cca850f1bd
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/05/30 05:20:36 macallan Exp $
# $NetBSD: Makefile,v 1.6 2013/06/14 04:43:38 mrg Exp $
DRIVER= xf86-video-nv
DRIVER_NAME= nv_drv
@ -15,4 +15,6 @@ MAN= nv.4
CPPFLAGS+= -DAVOID_VGAHW
.endif
CPPFLAGS+= -DHAVE_XAA_H
.include "../Makefile.xf86-driver"