summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-13 22:13:57 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-13 22:25:16 +0200
commitfb676f5c2d2ebd24423e35585ed567566b269aa2 (patch)
tree2a5626f0f955aa74fc758c1404134cca7a9d6c2d /app-accessibility/brltty/files/brltty-5.2-sysmacros.patch
parentnet-wireless/chirp: prep for python3 (diff)
downloadgentoo-fb676f5c2d2ebd24423e35585ed567566b269aa2.tar.gz
gentoo-fb676f5c2d2ebd24423e35585ed567566b269aa2.tar.bz2
gentoo-fb676f5c2d2ebd24423e35585ed567566b269aa2.zip
app-accessibility/brltty: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-accessibility/brltty/files/brltty-5.2-sysmacros.patch')
-rw-r--r--app-accessibility/brltty/files/brltty-5.2-sysmacros.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-accessibility/brltty/files/brltty-5.2-sysmacros.patch b/app-accessibility/brltty/files/brltty-5.2-sysmacros.patch
deleted file mode 100644
index f33e46a1890c..000000000000
--- a/app-accessibility/brltty/files/brltty-5.2-sysmacros.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Programs/system_linux.c
-+++ b/Programs/system_linux.c
-@@ -24,6 +24,7 @@
- #include <fcntl.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
-+#include <sys/sysmacros.h>
-
- #include "log.h"
- #include "file.h"
---- a/Programs/brlapi_client.c
-+++ b/Programs/brlapi_client.c
-@@ -73,6 +73,7 @@
- #include <linux/tty.h>
- #include <linux/vt.h>
- #define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
-+#include <sys/sysmacros.h>
- #endif /* linux */
-
- #ifdef __OpenBSD__