diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-04 20:38:22 +0200 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-04 20:39:31 +0200 |
commit | 1c0ab17170abe120b51a92ea278a10a5987263c1 (patch) | |
tree | 432e668b4134bed58c2293981450fac4807fb788 /x11/inputplug/files/patch-inputplug.c | |
parent | textproc/jshon: Match version with MacPorts (diff) |
x11/inputplug: Update to 0.4.0
Changes: https://github.com/andrewshadura/inputplug/releases/tag/0.4.0
Diffstat (limited to 'x11/inputplug/files/patch-inputplug.c')
-rw-r--r-- | x11/inputplug/files/patch-inputplug.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/inputplug/files/patch-inputplug.c b/x11/inputplug/files/patch-inputplug.c deleted file mode 100644 index ff925db96e55..000000000000 --- a/x11/inputplug/files/patch-inputplug.c +++ /dev/null @@ -1,12 +0,0 @@ ---- inputplug.c.orig 2020-10-10 11:36:14 UTC -+++ inputplug.c -@@ -3,6 +3,9 @@ - #include <assert.h> - #include <unistd.h> - #include <errno.h> -+#if __FreeBSD__ -+#include <signal.h> -+#endif - #include <stdio.h> - #include <stdbool.h> - #include <stdint.h> |