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 | 0e5089350bd963723cbc444cc68d95c4c1aaf2af (patch) | |
tree | 503e98464f5f0cdcc586e5eda7149077bb9b21f9 | |
parent | 91d7dfcb90da6fa481e5b4aac70c481d33c97e76 (diff) | |
download | pkgsrc-0e5089350bd963723cbc444cc68d95c4c1aaf2af.tar.gz |
Reset BUILTIN_PKG after inclution of pthread.builtin.mk.
workaround of PR 40254.
-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}+ |