Module Name: src Committed By: maya Date: Fri Apr 5 15:11:31 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: Frantically revert previous because of missing stuff To generate a diff of this commit: cvs rdiff -u -r1.1125 -r1.1126 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.1125 src/share/mk/bsd.own.mk:1.1126 --- src/share/mk/bsd.own.mk:1.1125 Fri Apr 5 15:07:39 2019 +++ src/share/mk/bsd.own.mk Fri Apr 5 15:11:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1125 2019/04/05 15:07:39 maya Exp $ +# $NetBSD: bsd.own.mk,v 1.1126 2019/04/05 15:11:31 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?= 18 +HAVE_MESA_VER?= 10 .if ${HAVE_MESA_VER} == "10" EXTERNAL_MESALIB_DIR?= MesaLib.old .elif ${HAVE_MESA_VER} == "18"