Module Name: src
Committed By: mrg
Date: Sat Jun 22 23:26:37 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
now that alpha builds with xorg-server 21 again, switch it back.
To generate a diff of this commit:
cvs rdiff -u -r1.1382 -r1.1383 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1382 src/share/mk/bsd.own.mk:1.1383
--- src/share/mk/bsd.own.mk:1.1382 Sun Jun 16 21:48:23 2024
+++ src/share/mk/bsd.own.mk Sat Jun 22 23:26:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1382 2024/06/16 21:48:23 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.1383 2024/06/22 23:26:37 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1345,7 +1345,7 @@ MKDTB.riscv64= yes
# During transition from xorg-server 1.10 to 1.20
# XXX sgimips uses XAA which is removed in 1.20, and EXA is hard
# XXX to do the same with.
-.if ${MACHINE} == "sgimips" || ${MACHINE} == "alpha"
+.if ${MACHINE} == "sgimips"
HAVE_XORG_SERVER_VER?=110
.else
HAVE_XORG_SERVER_VER?=120