cdbb9f146b
version 3.7.0: C++ * Introduced new MOMI (maybe-outside-memory-interval) parser. * Add an option to json_util to parse enum as case-insensitive. In the future, enum parsing in json_util will become case-sensitive. * Added conformance test for enum aliases * Added support for --cpp_out=speed:... * Added use of C++ override keyword where appropriate * Many other cleanups and fixes.
15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2019/03/21 21:26:23 adam Exp $
|
|
|
|
BUILDLINK_TREE+= protobuf
|
|
|
|
.if !defined(PROTOBUF_BUILDLINK3_MK)
|
|
PROTOBUF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.protobuf+= protobuf>=3.0.0
|
|
BUILDLINK_ABI_DEPENDS.protobuf+= protobuf>=3.6.0
|
|
BUILDLINK_PKGSRCDIR.protobuf?= ../../devel/protobuf
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # PROTOBUF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -protobuf
|