summaryrefslogtreecommitdiff
path: root/x11/inputplug/files/patch-inputplug.c
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-10-04 20:38:22 +0200
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-10-04 20:39:31 +0200
commit1c0ab17170abe120b51a92ea278a10a5987263c1 (patch)
tree432e668b4134bed58c2293981450fac4807fb788 /x11/inputplug/files/patch-inputplug.c
parenttextproc/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.c12
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>