pkgsrc/devel/protobuf-c
tnn 5ce1f5114f protobuf-c: fix build failure in bulk builds
This has been observed on both NetBSD and SunOS. Build fails with:
"google/protobuf/descriptor.proto: File not found."

This message comes from:
/usr/pkg/bin/protoc -I. --cpp_out=. ./protobuf-c/protobuf-c.proto

-I. is the current directory, WRKSRC.
But descriptor.proto comes from the devel/protobuf package and is not
present in WRKSRC. Fix by symlinking in include/google from the buildlink
directory under WRKSRC.
2022-04-24 19:29:12 +00:00
..
buildlink3.mk
DESCR
distinfo
Makefile protobuf-c: fix build failure in bulk builds 2022-04-24 19:29:12 +00:00
PLIST