pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glut Restore the value of BUILTIN_PKG after c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12cb47d382cb
branches:  trunk
changeset: 553863:12cb47d382cb
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Feb 01 16:22:54 2009 +0000

description:
Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.

Noted by Obata-san.

diffstat:

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

diffs (17 lines):

diff -r 59463ecd9d31 -r 12cb47d382cb graphics/glut/builtin.mk
--- a/graphics/glut/builtin.mk  Sun Feb 01 15:39:05 2009 +0000
+++ b/graphics/glut/builtin.mk  Sun Feb 01 16:22:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.1 2008/11/11 16:17:07 cube Exp $
+# $NetBSD: builtin.mk,v 1.2 2009/02/01 16:22:54 cube Exp $
 
 BUILTIN_PKG:=  glut
 PKGCONFIG_FILE.glut=   ${X11BASE}/lib/pkgconfig/glut.pc
@@ -13,6 +13,7 @@
 .  include "../../graphics/glu/builtin.mk"
 CHECK_BUILTIN.MesaLib:=        no
 CHECK_BUILTIN.glu:=    no
+BUILTIN_PKG:=  glut
 
 .  if !empty(USE_BUILTIN.MesaLib:M[Nn][Oo]) || \
       !empty(USE_BUILTIN.glu:M[Nn][Oo])



Home | Main Index | Thread Index | Old Index