pkgsrc/devel/libbson/buildlink3.mk
fhajny 4d162f6470 Update devel/libbson 1.1.10 to 1.2.0.
libbson 1.2.0
- Add bson_mem_restore_vtable(), the inverse of bson_mem_set_vtable().
- Enable runtime asserts in release build.
- Fixed compiler warnings and build failures on various platforms.
- Improvements to the formatting and contents of the documentation.

libbson 1.1.11
- Document bson streaming reads with an example, bson-streaming-reader.c.
- Document callback function types bson_reader_destroy_func_t and
  bson_reader_read_func_t.
2015-10-19 11:42:18 +00:00

12 lines
307 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2015/10/19 11:42:18 fhajny Exp $
BUILDLINK_TREE+= libbson
.if !defined(LIBBSON_BUILDLINK3_MK)
LIBBSON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libbson+= libbson>=1.2.0
BUILDLINK_PKGSRCDIR.libbson?= ../../devel/libbson
.endif # LIBBSON_BUILDLINK3_MK
BUILDLINK_TREE+= -libbson