Skip to content

Commit

Permalink
Fix missing requirements when using libstatgrab as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sno committed Feb 23, 2014
1 parent eae9401 commit 58ab0c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devel/libstatgrab/buildlink3.mk
@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:24:23 joerg Exp $
# $NetBSD: buildlink3.mk,v 1.10 2014/02/23 15:16:49 sno Exp $

BUILDLINK_TREE+= libstatgrab

Expand All @@ -8,6 +8,12 @@ LIBSTATGRAB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libstatgrab+= libstatgrab>=0.10
BUILDLINK_ABI_DEPENDS.libstatgrab+= libstatgrab>=0.10.3nb1
BUILDLINK_PKGSRCDIR.libstatgrab?= ../../devel/libstatgrab

CHECK_BUILTIN.pthread:= yes
.include "../../mk/pthread.builtin.mk"
CHECK_BUILTIN.pthread:= no

.include "../../devel/log4cplus/buildlink3.mk"
.endif # LIBSTATGRAB_BUILDLINK3_MK

BUILDLINK_TREE+= -libstatgrab

0 comments on commit 58ab0c0

Please sign in to comment.