enable xorg-server 1.18 for sparc64. minor consistency

This commit is contained in:
mrg 2016-09-29 03:53:13 +00:00
parent 47bb9e27e1
commit afbc10d797
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.963 2016/09/27 16:47:01 mrg Exp $
# $NetBSD: bsd.own.mk,v 1.964 2016/09/29 03:53:13 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -1392,12 +1392,13 @@ X11SRCDIR.${_proto}proto?= ${X11SRCDIRMIT}/${_proto}proto/dist
# During transition from xorg-server 1.10 to 1.18
.if \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
${MACHINE} == "ofppc" || \
${MACHINE} == "macppc" || \
${MACHINE} == "shark" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=118
.else