Source-Changes-HG archive

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

[src/trunk]: src/x11/Xserver sparc64:



details:   https://anonhg.NetBSD.org/src/rev/1c25210d04b5
branches:  trunk
changeset: 556653:1c25210d04b5
user:      rtr <rtr%NetBSD.org@localhost>
date:      Tue Dec 23 04:45:08 2003 +0000

description:
sparc64:
CPPFLAGS+=      -UXF86VIDMODE -UXF86VIDMODE -UXF86DRI -D__GLX_ALIGN64

diffstat:

 x11/Xserver/Xext/Makefile.ext |  6 +++++-
 x11/Xserver/cfb/Makefile.cfb  |  7 ++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 7222c685e670 -r 1c25210d04b5 x11/Xserver/Xext/Makefile.ext
--- a/x11/Xserver/Xext/Makefile.ext     Tue Dec 23 04:43:04 2003 +0000
+++ b/x11/Xserver/Xext/Makefile.ext     Tue Dec 23 04:45:08 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ext,v 1.4 2003/12/21 03:07:01 rtr Exp $
+#      $NetBSD: Makefile.ext,v 1.5 2003/12/23 04:46:26 rtr Exp $
 
 .include <bsd.own.mk>
 
@@ -18,6 +18,10 @@
 
 CPPFLAGS+=     ${X11FLAGS.EXTENSION}
 
+.if ${MACHINE} == "sparc64"
+CPPFLAGS+=     -UXF86VIDMODE -UXF86VIDMODE -UXF86DRI -D__GLX_ALIGN64
+.endif
+
 CPPFLAGS.security.c=   -DDEFAULTPOLICYFILE=\"${X11LIBDIR}/xserver/SecurityPolicy\"
 CPPFLAGS.xf86bigfont.c=        -DHAS_SHM
 
diff -r 7222c685e670 -r 1c25210d04b5 x11/Xserver/cfb/Makefile.cfb
--- a/x11/Xserver/cfb/Makefile.cfb      Tue Dec 23 04:43:04 2003 +0000
+++ b/x11/Xserver/cfb/Makefile.cfb      Tue Dec 23 04:45:08 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cfb,v 1.6 2003/12/21 03:07:01 rtr Exp $
+#      $NetBSD: Makefile.cfb,v 1.7 2003/12/23 04:45:08 rtr Exp $
 
 .include <bsd.own.mk>
 
@@ -75,6 +75,11 @@
 
 CPPFLAGS+=     -DPSZ=${PIXELSIZE} -DXFREE86
 
+
+.if ${MACHINE} == "sparc64"
+CPPFLAGS+=     -UXF86VIDMODE -UXF86VIDMODE -UXF86DRI -D__GLX_ALIGN64
+.endif
+
 CPPFLAGS.cfb8lineCO.c= -DRROP=GXcopy
 CPPFLAGS.cfb8lineCP.c= -DRROP=GXcopy -DPREVIOUS
 CPPFLAGS.cfb8lineG.c=  -DRROP=GXset



Home | Main Index | Thread Index | Old Index