Module Name: src
Committed By: snj
Date: Thu Nov 17 05:28:43 UTC 2016
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nouveau: Makefile
Log Message:
1. only xorg-server.old has xaa.h, so -DHAVE_XAA_H would make sense
there, but it doesn't with 1.18
2. it t matter anyway. xf86-video-nouveau removed all XAA support
in 2007, and as such, nothing here is conditional upon HAVE_XAA_H
3. is a magic number
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile:1.5 src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile:1.6
--- src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile:1.5 Fri Sep 2 04:27:13 2016
+++ src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile Thu Nov 17 05:28:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/09/02 04:27:13 jakllsch Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/17 05:28:43 snj Exp $
DRIVER= xf86-video-nouveau
DRIVER_NAME= nouveau_drv
@@ -55,7 +55,6 @@ COPTS.nouveau_xv.c+= ${${ACTIVE_CC} == "
.if ${XORG_SERVER_SUBDIR} != "xorg-server.old"
CPPFLAGS+= -DHAVE_XORG_LIST
-CPPFLAGS+= -DHAVE_XAA_H
.endif
# from pkgsrc/x11/xf86-video-nouveau/patches/patch-configure