From 2380a3cfc59187ebd4191bdd9b21291570c66180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Mon, 21 Sep 2020 15:03:43 +0000 Subject: Fix build with -fno-common While here add license and regenerate all patches with make makepatch. --- comms/lirc/files/patch-daemons_hw__bte.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 comms/lirc/files/patch-daemons_hw__bte.c (limited to 'comms/lirc/files/patch-daemons_hw__bte.c') diff --git a/comms/lirc/files/patch-daemons_hw__bte.c b/comms/lirc/files/patch-daemons_hw__bte.c new file mode 100644 index 000000000000..bab7a136f289 --- /dev/null +++ b/comms/lirc/files/patch-daemons_hw__bte.c @@ -0,0 +1,13 @@ +--- daemons/hw_bte.c.orig 2011-03-25 22:28:18 UTC ++++ daemons/hw_bte.c +@@ -56,8 +56,8 @@ + #include "lircd.h" + #include "hw_bte.h" + +-struct timeval start, end, last; +-lirc_t gap, signal_length; ++extern struct timeval start, end, last; ++extern lirc_t gap, signal_length; + ir_code pre, code; + + #define BTE_CAN_SEND 0 -- cgit v1.2.3