Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch NetBSD/x68k to Xorg server 1.18 by default.
details: https://anonhg.NetBSD.org/src/rev/ca1526b8d75f
branches: trunk
changeset: 347688:ca1526b8d75f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Sep 11 04:59:54 2016 +0000
description:
Switch NetBSD/x68k to Xorg server 1.18 by default.
Build confirmed by build.sh -x release.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9fb83a31729a -r ca1526b8d75f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Sep 11 04:19:52 2016 +0000
+++ b/share/mk/bsd.own.mk Sun Sep 11 04:59:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.954 2016/09/05 05:58:29 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.955 2016/09/11 04:59:54 tsutsui Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1391,7 +1391,8 @@
.endfor
# During transition from xorg-server 1.10 to 1.18
-.if ${MACHINE} == "shark"
+.if ${MACHINE} == "shark" || \
+ ${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=118
.else
HAVE_XORG_SERVER_VER?=110
Home |
Main Index |
Thread Index |
Old Index