diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-03-21 14:09:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-03-21 14:09:22 +0000 |
commit | 42ef81ca40249a601861a3b33830d252cc90ad32 (patch) | |
tree | 89123974615aa360282a246cdf99381423de5b53 /biology/plinkseq | |
parent | 970e5cc15ae6d8e8477017022514e49296cb27c3 (diff) |
Notes
Diffstat (limited to 'biology/plinkseq')
-rw-r--r-- | biology/plinkseq/files/patch-pp.pb.h | 17 | ||||
-rw-r--r-- | biology/plinkseq/files/patch-variant.pb.h | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/biology/plinkseq/files/patch-pp.pb.h b/biology/plinkseq/files/patch-pp.pb.h new file mode 100644 index 000000000000..01fdadc00055 --- /dev/null +++ b/biology/plinkseq/files/patch-pp.pb.h @@ -0,0 +1,17 @@ +--- lib/pp.pb.h.orig 2013-03-21 21:46:21.000000000 +0800 ++++ lib/pp.pb.h 2013-03-21 21:46:33.000000000 +0800 +@@ -8,12 +8,12 @@ + + #include <google/protobuf/stubs/common.h> + +-#if GOOGLE_PROTOBUF_VERSION < 2004000 ++#if GOOGLE_PROTOBUF_VERSION < 2005000 + #error This file was generated by a newer version of protoc which is + #error incompatible with your Protocol Buffer headers. Please update + #error your headers. + #endif +-#if 2004001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION ++#if 2005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION + #error This file was generated by an older version of protoc which is + #error incompatible with your Protocol Buffer headers. Please + #error regenerate this file with a newer version of protoc. diff --git a/biology/plinkseq/files/patch-variant.pb.h b/biology/plinkseq/files/patch-variant.pb.h new file mode 100644 index 000000000000..e4b1d2e42b8e --- /dev/null +++ b/biology/plinkseq/files/patch-variant.pb.h @@ -0,0 +1,17 @@ +--- lib/variant.pb.h.orig 2013-03-21 21:45:44.000000000 +0800 ++++ lib/variant.pb.h 2013-03-21 21:45:55.000000000 +0800 +@@ -8,12 +8,12 @@ + + #include <google/protobuf/stubs/common.h> + +-#if GOOGLE_PROTOBUF_VERSION < 2004000 ++#if GOOGLE_PROTOBUF_VERSION < 2005000 + #error This file was generated by a newer version of protoc which is + #error incompatible with your Protocol Buffer headers. Please update + #error your headers. + #endif +-#if 2004001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION ++#if 2005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION + #error This file was generated by an older version of protoc which is + #error incompatible with your Protocol Buffer headers. Please + #error regenerate this file with a newer version of protoc. |