diff options
author | obache <obache@pkgsrc.org> | 2009-02-03 08:35:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-03 08:35:13 +0000 |
commit | a3e32e76cbd0efa01edeccccdea4fc029be66820 (patch) | |
tree | 503e98464f5f0cdcc586e5eda7149077bb9b21f9 /graphics | |
parent | b4fae677db5ee76ac5488e19d6a18f092e5a9278 (diff) | |
download | pkgsrc-a3e32e76cbd0efa01edeccccdea4fc029be66820.tar.gz |
Reset BUILTIN_PKG after inclution of pthread.builtin.mk.
workaround of PR 40254.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/builtin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/MesaLib/builtin.mk b/graphics/MesaLib/builtin.mk index 86961a001cd..f2a3808be25 100644 --- a/graphics/MesaLib/builtin.mk +++ b/graphics/MesaLib/builtin.mk @@ -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 @@ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ . include "../../mk/pthread.buildlink3.mk" . include "../../mk/pthread.builtin.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILTIN_PKG:= MesaLib . endif BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ |