Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-pnozz Update the...



details:   https://anonhg.NetBSD.org/src/rev/a8f269c80f50
branches:  trunk
changeset: 1021332:a8f269c80f50
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu May 27 04:53:44 2021 +0000

description:
Update the pnozz files list for EXA support.

diffstat:

 external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8be04ee733b3 -r a8f269c80f50 external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile
--- a/external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile        Thu May 27 03:23:29 2021 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile        Thu May 27 04:53:44 2021 +0000
@@ -1,12 +1,16 @@
-#      $NetBSD: Makefile,v 1.1 2009/08/26 22:30:46 macallan Exp $
+#      $NetBSD: Makefile,v 1.2 2021/05/27 04:53:44 jdc Exp $
 
 DRIVER=                xf86-video-pnozz
 DRIVER_NAME=   pnozz_drv
 
-SRCS=          pnozz_driver.c pnozz_cursor.c pnozz_accel.c
+SRCS=          pnozz_driver.c pnozz_cursor.c pnozz_accel.c pnozz_exa.c
 
 CPPFLAGS+=     ${X11FLAGS.DRI}
 
 MAN=           pnozz.4
 
 .include "../Makefile.xf86-driver"
+
+# XXX
+COPTS.pnozz_accel.c+=  ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
+COPTS.pnozz_accel.c+=  ${${ACTIVE_CC} == "clang":? -Wno-error=incompatible-pointer-types-discards-qualifiers :}



Home | Main Index | Thread Index | Old Index