Module Name:    src
Committed By:   mrg
Date:           Sun Jun 16 20:22:30 UTC 2024

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
alpha and xorg-server 1.20 has regressed since i last tested.

revert alpha back to 1.10 for now.


To generate a diff of this commit:
cvs rdiff -u -r1.1379 -r1.1380 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.1379 src/share/mk/bsd.own.mk:1.1380
--- src/share/mk/bsd.own.mk:1.1379	Sun Jun 16 19:21:46 2024
+++ src/share/mk/bsd.own.mk	Sun Jun 16 20:22:29 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1379 2024/06/16 19:21:46 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1380 2024/06/16 20:22:29 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1343,7 +1343,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"
+.if ${MACHINE} == "sgimips" || ${MACHINE} == "alpha"
 HAVE_XORG_SERVER_VER?=110
 .else
 HAVE_XORG_SERVER_VER?=120

Reply via email to