Module Name: src Committed By: maya Date: Fri Apr 5 15:58:18 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch everyone to mesa 18. To generate a diff of this commit: cvs rdiff -u -r1.1127 -r1.1128 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.1127 src/share/mk/bsd.own.mk:1.1128 --- src/share/mk/bsd.own.mk:1.1127 Fri Apr 5 15:22:35 2019 +++ src/share/mk/bsd.own.mk Fri Apr 5 15:58:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1127 2019/04/05 15:22:35 maya Exp $ +# $NetBSD: bsd.own.mk,v 1.1128 2019/04/05 15:58:17 maya Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1287,7 +1287,7 @@ MKLIBCXX:= yes .endif # MesaLib.old and MesaLib7 go together, and MesaLib is alone. -HAVE_MESA_VER?= 10 +HAVE_MESA_VER?= 18 .if ${HAVE_MESA_VER} == "10" EXTERNAL_MESALIB_DIR?= MesaLib.old .elif ${HAVE_MESA_VER} == "18"