diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 17:32:56 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:45:58 +0800 |
commit | a6f12135041bc79af8a831d4f4d3d946ed1c27bc (patch) | |
tree | 5ca66fe2f43e47e74070dc14710c4db195e724e9 /databases/tarantool-c/files/patch-include_tp.h | |
parent | databases/plpgsql_check: Update to 2.1.2 (diff) |
databases/tarantool-c: Convert REINPLACE_CMD to patch files
Diffstat (limited to 'databases/tarantool-c/files/patch-include_tp.h')
-rw-r--r-- | databases/tarantool-c/files/patch-include_tp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tarantool-c/files/patch-include_tp.h b/databases/tarantool-c/files/patch-include_tp.h new file mode 100644 index 000000000000..e12cea2444e4 --- /dev/null +++ b/databases/tarantool-c/files/patch-include_tp.h @@ -0,0 +1,11 @@ +--- include/tp.h.orig 2021-11-26 15:16:51 UTC ++++ include/tp.h +@@ -6,7 +6,7 @@ + #include <assert.h> + #include <stdarg.h> + +-#include <msgpuck/msgpuck.h> ++#include <msgpuck.h> + #include <sha1.h> + #include <base64.h> + |