Source-Changes-HG archive

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

[src/netbsd-2-0]: src/x11/bin/xdm/config Pull up revision 1.6 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/969444f106be
branches:  netbsd-2-0
changeset: 560287:969444f106be
user:      jdc <jdc%NetBSD.org@localhost>
date:      Tue Apr 06 20:31:11 2004 +0000

description:
Pull up revision 1.6 (requested by mrg in ticket #72)

mirror change in Imakefiles:  provide DEFAULTVT=vt05 for amd64 as well.

diffstat:

 x11/bin/xdm/config/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r ed53307c0d3d -r 969444f106be x11/bin/xdm/config/Makefile
--- a/x11/bin/xdm/config/Makefile       Tue Apr 06 04:34:23 2004 +0000
+++ b/x11/bin/xdm/config/Makefile       Tue Apr 06 20:31:11 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/03/01 14:56:51 rtr Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2004/04/06 20:31:11 jdc Exp $
 
 .include <bsd.own.mk>
 
@@ -8,11 +8,11 @@
                                -DXDM_PIXMAP=XFree86.xpm \
                                -DXDM_BWPIXMAP=XFree86bw.xpm
 
-# XXX native only gives DEFAULTVT for i386.
-.if ${MACHINE} != "i386"
+# native only gives DEFAULTVT for i386 and amd64.
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
+DEFAULTVT=vt05
+.else
 DEFAULTVT=     # defined empty
-.else
-DEFAULTVT=vt05
 .endif
 
 CPPSCRIPTFLAGS_Xservers.ws=    -DBINDIR=${X11BINDIR} -DDEFAULTVT=${DEFAULTVT}



Home | Main Index | Thread Index | Old Index