$NetBSD: patch-protobuf_protobuf.gyp,v 1.1 2024/02/10 01:20:47 ryoon Exp $ * Pass LDFLAGS from pkgsrc. Fix -lprotobuf is not found error. --- protobuf/protobuf.gyp.orig 2021-02-15 05:04:33.000000000 +0000 +++ protobuf/protobuf.gyp @@ -156,6 +156,9 @@ 'libraries': [ '-lprotobuf', ], + 'ldflags': [ + '