define HAVE_XEXTPROTO_71.
tga_driver.c needs -Wno-error for xf86dgastr.h
This commit is contained in:
parent
a6a1331586
commit
b7c73ab99a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2009/11/09 02:22:39 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/05/22 07:26:09 mrg Exp $
|
||||
|
||||
DRIVER= xf86-video-tga
|
||||
DRIVER_NAME= tga_drv
|
||||
@ -8,6 +8,8 @@ SRCS+= tga_accel.c tga_cursor.c tga_dac.c tga_driver.c
|
||||
SRCS+= tga_line.c tga_seg.c
|
||||
|
||||
# new xextproto
|
||||
#CPPFLAGS+= -DHAVE_XEXTPROTO_71
|
||||
CPPFLAGS+= -DHAVE_XEXTPROTO_71
|
||||
|
||||
COPTS.tga_driver.c= -Wno-error # XXX xf86dgastr.h
|
||||
|
||||
.include "../Makefile.xf86-driver"
|
||||
|
Loading…
Reference in New Issue
Block a user