recipes: devel/{tk,valgrind}: match x32 target
[dragora.git] / patches / tarlz / tarlz-sysmacros.diff
blobceacedf5a43696164e7c43fca5f2a8cb3cf53234
1 --- tarlz-0.15/create.cc.orig 2019-04-09 17:30:13.000000000 -0300
2 +++ tarlz-0.15/create.cc 2019-07-23 14:53:21.004309339 -0300
3 @@ -30,9 +30,7 @@
4 #include <unistd.h>
5 #include <sys/stat.h>
6 #include <sys/types.h>
7 -#if defined(__GNU_LIBRARY__)
8 #include <sys/sysmacros.h> // for major, minor
9 -#endif
10 #include <ftw.h>
11 #include <grp.h>
12 #include <pwd.h>
13 --- tarlz-0.15/extract.cc.orig 2019-04-09 19:24:03.000000000 -0300
14 +++ tarlz-0.15/extract.cc 2019-07-23 14:53:38.000849445 -0300
15 @@ -32,9 +32,7 @@
16 #include <utime.h>
17 #include <sys/stat.h>
18 #include <sys/types.h>
19 -#if defined(__GNU_LIBRARY__)
20 #include <sys/sysmacros.h> // for major, minor, makedev
21 -#endif
22 #include <lzlib.h>
24 #include "arg_parser.h"