$OpenBSD: patch-src_google_protobuf_io_tokenizer_unittest_cc,v 1.1 2017/05/17 20:23:45 sthen Exp $

Index: src/google/protobuf/io/tokenizer_unittest.cc
--- src/google/protobuf/io/tokenizer_unittest.cc.orig
+++ src/google/protobuf/io/tokenizer_unittest.cc
@@ -512,6 +512,10 @@ TEST_1D(TokenizerTest, ShCommentStyle, kBlockSizes) {
 
 #endif
 
+// Older version of protobuf incompatible with new version of gtest.
+// https://groups.google.com/d/msg/protobuf/xgGBG-_WYy8/ruf1MKDr-sIJ
+#undef GTEST_HAS_DEATH_TEST
+
 // -------------------------------------------------------------------
 
 // Test parse helpers.  It's not really worth setting up a full data-driven
