pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glu glu: correct path to mesa



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f5cbd9b71ea
branches:  trunk
changeset: 338889:9f5cbd9b71ea
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 01 10:57:27 2019 +0000

description:
glu: correct path to mesa

diffstat:

 graphics/glu/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc807781889f -r 9f5cbd9b71ea graphics/glu/builtin.mk
--- a/graphics/glu/builtin.mk   Sun Sep 01 09:36:16 2019 +0000
+++ b/graphics/glu/builtin.mk   Sun Sep 01 10:57:27 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2018/01/14 14:58:39 rillig Exp $
+# $NetBSD: builtin.mk,v 1.16 2019/09/01 10:57:27 nia Exp $
 
 BUILTIN_PKG:=  glu
 
@@ -32,7 +32,7 @@
 .  if empty(PC_GLU:M__nonexistent__)
 BUILTIN_VERSION.Mesa!= ${SED} -n -e 's/Version: //p' ${PC_GLU}
 .  elif empty(H_GLU:M__nonexistent__)
-.    include "../../graphics/Mesa/version.mk"
+.    include "../../graphics/MesaLib/version.mk"
 .  else # ?
 BUILTIN_VERSION.Mesa:= 0.something-weird-happened
 .  endif



Home | Main Index | Thread Index | Old Index