Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/Xserver Pull up revision 1.24 (requested by jmc in ti...



details:   https://anonhg.NetBSD.org/src/rev/41316e50b6aa
branches:  netbsd-3
changeset: 575231:41316e50b6aa
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:42:01 2005 +0000

description:
Pull up revision 1.24 (requested by jmc in ticket #114):
Adapt recent changes to the sparc64 configuration from xsrc:
Build XFree86 server and add all sun* framebuffer drivers.

diffstat:

 x11/Xserver/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 65fb633cfd47 -r 41316e50b6aa x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Wed Apr 06 21:41:57 2005 +0000
+++ b/x11/Xserver/Makefile.common       Wed Apr 06 21:42:01 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.20.2.3 2005/04/06 21:38:07 tron Exp $
+#      $NetBSD: Makefile.common,v 1.20.2.4 2005/04/06 21:42:01 tron Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -78,6 +78,10 @@
 XSERVER_XSUN24=                yes
 .endif
 
+.if ${MACHINE} == "sparc64"
+XSERVER_XFREE86=       yes
+.endif
+
 .if ${MACHINE} == "vax"
 XSERVER_HAS_FB=                no
 XSERVER_XVFB=          no



Home | Main Index | Thread Index | Old Index