pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glu



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep  1 10:57:27 UTC 2019

Modified Files:
        pkgsrc/graphics/glu: builtin.mk

Log Message:
glu: correct path to mesa


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/glu/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glu/builtin.mk
diff -u pkgsrc/graphics/glu/builtin.mk:1.15 pkgsrc/graphics/glu/builtin.mk:1.16
--- pkgsrc/graphics/glu/builtin.mk:1.15 Sun Jan 14 14:58:39 2018
+++ pkgsrc/graphics/glu/builtin.mk      Sun Sep  1 10:57:27 2019
@@ -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 @@ MAKEVARS+=    IS_BUILTIN.glu
 .  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