summaryrefslogtreecommitdiff
path: root/snappy-gflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'snappy-gflags.patch')
-rw-r--r--snappy-gflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/snappy-gflags.patch b/snappy-gflags.patch
new file mode 100644
index 0000000..4057382
--- /dev/null
+++ b/snappy-gflags.patch
@@ -0,0 +1,11 @@
+--- snappy-1.1.2/snappy-test.h.orig 1980-01-01 00:00:00.000000000 +0100
++++ snappy-1.1.2/snappy-test.h 2015-03-01 19:53:47.391152000 +0100
+@@ -89,7 +89,7 @@
+ // though, so we call it first and hope for the best.
+ #define InitGoogle(argv0, argc, argv, remove_flags) \
+ INIT_GTEST(argc, argv); \
+- google::ParseCommandLineFlags(argc, argv, remove_flags);
++ gflags::ParseCommandLineFlags(argc, argv, remove_flags);
+
+ #else
+