diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2020-12-28 13:30:49 +0900 |
---|---|---|
committer | Hirokazu MORIKAWA <morikw2@gmail.com> | 2020-12-28 13:30:49 +0900 |
commit | e55bb25508da607e25de27090f2922cd09700536 (patch) | |
tree | ff717326000986bb1eba8886bc3655860a7c6e4b /lang/node-hid/patches | |
parent | 4b96bbfaccce1dc8a1229ac2d5679d9bf2cb2944 (diff) |
node-hid: update to 2.1.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node-hid/patches')
-rw-r--r-- | lang/node-hid/patches/000-support_musl.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/node-hid/patches/000-support_musl.patch b/lang/node-hid/patches/000-support_musl.patch index 9f1d04497..89b35691c 100644 --- a/lang/node-hid/patches/000-support_musl.patch +++ b/lang/node-hid/patches/000-support_musl.patch @@ -1,6 +1,5 @@ -diff -urN a/hidapi/linux/hid.c b/hidapi/linux/hid.c ---- a/hidapi/linux/hid.c 1985-10-26 17:15:00.000000000 +0900 -+++ b/hidapi/linux/hid.c 2019-12-12 11:15:11.164454207 +0900 +--- a/hidapi/linux/hid.c ++++ b/hidapi/linux/hid.c @@ -24,6 +24,7 @@ /* C */ #include <stdio.h> |