pkgsrc/devel/nspr/buildlink3.mk
ryoon 45770c5913 Update to 4.9.3.2 (really 4.9.2)
* API have changed

Changelog:
The only change in NSPR 4.9.2 is the new functions to set and get thread names:
Bug 758837 - Add functions to set and get thread names
2012-08-12 15:19:07 +00:00

23 lines
586 B
Makefile

# $NetBSD: buildlink3.mk,v 1.23 2012/08/12 15:19:07 ryoon Exp $
BUILDLINK_TREE+= nspr
.if !defined(NSPR_BUILDLINK3_MK)
NSPR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.3.2
BUILDLINK_ABI_DEPENDS.nspr+= nspr>=4.9.2beta1
BUILDLINK_PKGSRCDIR.nspr?= ../../devel/nspr
BUILDLINK_FILES.nspr+= lib/nspr/*
BUILDLINK_FILES.nspr+= include/nspr/*
BUILDLINK_FILES.nspr+= include/nspr/obsolete/*
BUILDLINK_LIBDIRS.nspr+= lib/nspr
BUILDLINK_RPATHDIRS.nspr+= lib/nspr
BUILDLINK_INCDIRS.nspr+= include/nspr
.endif # NSPR_BUILDLINK3_MK
BUILDLINK_TREE+= -nspr