Module Name: src Committed By: martin Date: Wed Apr 24 07:54:53 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch alpha and VAX back to old Mesa for now untill someone fixes those builds with newer Mesa. To generate a diff of this commit: cvs rdiff -u -r1.1369 -r1.1370 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.1369 src/share/mk/bsd.own.mk:1.1370 --- src/share/mk/bsd.own.mk:1.1369 Wed Apr 24 05:20:35 2024 +++ src/share/mk/bsd.own.mk Wed Apr 24 07:54:53 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1369 2024/04/24 05:20:35 nia Exp $ +# $NetBSD: bsd.own.mk,v 1.1370 2024/04/24 07:54:53 martin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1320,6 +1320,13 @@ MKDTB.earmv7hfeb= yes MKDTB.riscv32= yes MKDTB.riscv64= yes +# alpha build fails due to missing X include files, +# vax build triggers a gcc bug and dies with an internal compiler error. +# XXX switch both to old Mesa for now. +.if ${MACHINE} == "alpha" || ${MACHINE} == "vax" +HAVE_MESA_VER=19 +.endif + HAVE_MESA_VER?= 21 .if ${HAVE_MESA_VER} == 19 EXTERNAL_MESALIB_DIR?= MesaLib.old