more deprecated functions still used.

This commit is contained in:
mrg 2018-12-31 21:38:39 +00:00
parent ee77022a0d
commit 87c0a43c46
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2018/02/02 01:02:40 mrg Exp $
# $NetBSD: Makefile,v 1.8 2018/12/31 21:38:39 mrg Exp $
DRIVER= xf86-video-nouveau
DRIVER_NAME= nouveau_drv
@ -53,6 +53,7 @@ COPTS.nouveau_xv.c+= ${${ACTIVE_CC} == "clang":? -Wno-error=incompatible-pointer
.if ${XORG_SERVER_SUBDIR} != "xorg-server.old"
CPPFLAGS+= -DHAVE_XORG_LIST
COPTS.drmmode_display.c+= -Wno-error # XXX deprecated
.endif
# from pkgsrc/x11/xf86-video-nouveau/patches/patch-configure

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2018/07/10 17:36:38 maya Exp $
# $NetBSD: Makefile,v 1.15 2018/12/31 21:38:39 mrg Exp $
DRIVER= xf86-video-openchrome
DRIVER_NAME= openchrome_drv
@ -50,4 +50,7 @@ COPTS.via_display.c+= -Wno-error=stack-protector
COPTS.via_driver.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
COPTS.via_lvds.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
COPTS.via_display.c+= -Wno-error # XXX deprecated
COPTS.via_kms.c+= -Wno-error # XXX deprecated
CWARNFLAGS.clang+= -Wno-tautological-compare