+ No need to undefine -UXF86VIDMODE twice

+ No need to define XF86DRI since it's never defined to begin with
+ __GLX_ALIGN64 now defined globally in X11FLAGS.EXTENSION.
This commit is contained in:
rtr 2004-01-25 02:19:38 +00:00
parent e152935468
commit 74e6f70b7d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.ext,v 1.5 2003/12/23 04:46:26 rtr Exp $
# $NetBSD: Makefile.ext,v 1.6 2004/01/25 02:19:38 rtr Exp $
.include <bsd.own.mk>
@ -19,7 +19,7 @@ CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/Xext \
CPPFLAGS+= ${X11FLAGS.EXTENSION}
.if ${MACHINE} == "sparc64"
CPPFLAGS+= -UXF86VIDMODE -UXF86VIDMODE -UXF86DRI -D__GLX_ALIGN64
CPPFLAGS+= -UXF86VIDMODE
.endif
CPPFLAGS.security.c= -DDEFAULTPOLICYFILE=\"${X11LIBDIR}/xserver/SecurityPolicy\"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cfb,v 1.7 2003/12/23 04:45:08 rtr Exp $
# $NetBSD: Makefile.cfb,v 1.8 2004/01/25 02:21:23 rtr Exp $
.include <bsd.own.mk>
@ -77,7 +77,7 @@ CPPFLAGS+= -DPSZ=${PIXELSIZE} -DXFREE86
.if ${MACHINE} == "sparc64"
CPPFLAGS+= -UXF86VIDMODE -UXF86VIDMODE -UXF86DRI -D__GLX_ALIGN64
CPPFLAGS+= -UXF86VIDMODE
.endif
CPPFLAGS.cfb8lineCO.c= -DRROP=GXcopy