updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / libdjbfft / glibc2.4-1.patch
blob0c690931fac2e7c1ccf35b9ac06096de0e9a922d
1 Submitted By: Andrew Rowland (darowland_at_ieee_dot_org)
2 Date: 2006-12-17
3 Initial Package Version: 0.76
4 Origin: Modified Gentoo patch.
5 Upstream Status: Not reported.
6 Description: Fixes compilation errors when using glibc-2.4.
8 --- djbfft-0.76/install.c.orig 2003-04-25 23:31:34.000000000 +0200
9 +++ djbfft-0.76/install.c 2003-04-25 23:29:05.000000000 +0200
10 @@ -1,3 +1,4 @@
11 +#include <errno.h>
12 #include "substdio.h"
13 #include "strerr.h"
14 #include "error.h"
15 --- djbfft-0.76/instcheck.c.orig 2003-04-25 23:31:34.000000000 +0200
16 +++ djbfft-0.76/instcheck.c 2003-04-25 23:28:11.000000000 +0200
17 @@ -1,5 +1,6 @@
18 #include <sys/types.h>
19 #include <sys/stat.h>
20 +#include <errno.h>
21 #include "strerr.h"
22 #include "error.h"
23 #include "readwrite.h"
24 --- djbfft-0.76/strerr_sys.c.orig 2003-04-25 23:31:34.000000000 +0200
25 +++ djbfft-0.76/strerr_sys.c 2003-04-25 23:28:32.000000000 +0200
26 @@ -1,3 +1,4 @@
27 +#include <errno.h>
28 #include "error.h"
29 #include "strerr.h"
31 --- djbfft-0.76/substdi.c.orig 2003-04-25 23:31:34.000000000 +0200
32 +++ djbfft-0.76/substdi.c 2003-04-25 23:28:41.000000000 +0200
33 @@ -1,3 +1,4 @@
34 +#include <errno.h>
35 #include "substdio.h"
36 #include "byte.h"
37 #include "error.h"
38 --- djbfft-0.76/substdo.c.orig 2003-04-25 23:31:34.000000000 +0200
39 +++ djbfft-0.76/substdo.c 2003-04-25 23:28:47.000000000 +0200
40 @@ -1,3 +1,4 @@
41 +#include <errno.h>
42 #include "substdio.h"
43 #include "str.h"
44 #include "byte.h"