Module Name:    src
Committed By:   maya
Date:           Fri Apr  5 15:07:39 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.1124 -r1.1125 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.1124 src/share/mk/bsd.own.mk:1.1125
--- src/share/mk/bsd.own.mk:1.1124	Thu Apr  4 21:31:28 2019
+++ src/share/mk/bsd.own.mk	Fri Apr  5 15:07:39 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1124 2019/04/04 21:31:28 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1125 2019/04/05 15:07:39 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"

Reply via email to