]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- sys/sysmacros.h needs to be explicitely included
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 15 Apr 2019 11:54:31 +0000 (13:54 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 15 Apr 2019 11:54:31 +0000 (13:54 +0200)
brltty-glibc25.patch [new file with mode: 0644]
brltty.spec

diff --git a/brltty-glibc25.patch b/brltty-glibc25.patch
new file mode 100644 (file)
index 0000000..c8ffbf2
--- /dev/null
@@ -0,0 +1,10 @@
+--- brltty-5.5/Programs/brlapi_client.c~       2017-04-19 00:35:13.000000000 +0200
++++ brltty-5.5/Programs/brlapi_client.c        2019-04-15 13:46:45.074072750 +0200
+@@ -28,6 +28,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
++#include <sys/sysmacros.h>
+ #include <locale.h>
+ #ifndef __MINGW32__
index 961f1913146d5bdb238bcad2f6f19ee4a4b209fe..be6a462f544c6d8c4564c34af090de36f7b9bd97 100644 (file)
@@ -35,6 +35,7 @@ Source0:      http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
 Patch1:                %{name}-speech-dispatcher.patch
 Patch2:                %{name}-python.patch
 Patch3:                make.patch
+Patch4:                %{name}-glibc25.patch
 URL:           http://mielke.cc/brltty/
 BuildRequires: alsa-lib-devel
 %{?with_at_spi:BuildRequires:  at-spi-devel}
@@ -255,6 +256,7 @@ Biblioteka BrlAPI dla Tcl.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__autoconf}
This page took 0.500513 seconds and 4 git commands to generate.