pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Reset BUILTIN_PKG after inclution of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f32d5abffc41
branches:  trunk
changeset: 553910:f32d5abffc41
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Feb 03 08:35:13 2009 +0000

description:
Reset BUILTIN_PKG after inclution of pthread.builtin.mk.
workaround of PR 40254.

diffstat:

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

diffs (17 lines):

diff -r 66089b586881 -r f32d5abffc41 graphics/MesaLib/builtin.mk
--- a/graphics/MesaLib/builtin.mk       Tue Feb 03 07:33:37 2009 +0000
+++ b/graphics/MesaLib/builtin.mk       Tue Feb 03 08:35:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2008/10/05 21:36:35 cube Exp $
+# $NetBSD: builtin.mk,v 1.16 2009/02/03 08:35:13 obache Exp $
 
 BUILTIN_PKG:=  MesaLib
 
@@ -72,6 +72,7 @@
 .    include "../../mk/pthread.buildlink3.mk"
 .    include "../../mk/pthread.builtin.mk"
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
+BUILTIN_PKG:=  MesaLib
 .  endif
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+



Home | Main Index | Thread Index | Old Index