summaryrefslogtreecommitdiff
path: root/app/xdm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-26 12:15:48 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-26 12:15:48 +0000
commitc9b928f9d82b39ae5882dba53d9434b1ddcec30e (patch)
tree21636ed59fb3888a1c73aee717644e446c321745 /app/xdm
parentd64604f702b5913374079fcf198295e9b9b995c4 (diff)
Use ttyC1 for xdm on zaurus.
Diffstat (limited to 'app/xdm')
-rw-r--r--app/xdm/Makefile.bsd-wrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper
index a9b608119..dbcc601ef 100644
--- a/app/xdm/Makefile.bsd-wrapper
+++ b/app/xdm/Makefile.bsd-wrapper
@@ -1,10 +1,13 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2007/03/05 17:55:55 dim Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2007/03/26 12:15:47 matthieu Exp $
PIXMAPDIR=/etc/X11/xdm/pixmaps
.if ${MACHINE} == i386 || ${MACHINE} == amd64
DEFAULT_VT= --with-default-vt=vt05
.endif
+.if ${MACHINE_ARCH} == arm
+DEFAULT_VT= --with-default-vt=vt02
+.endif
CONFIGURE_ARGS= --enable-privsep \
$(DEFAULT_VT) \