summaryrefslogtreecommitdiff
blob: adf51894440886bda65e37110737a76c24ed95cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
configure.ac is missing, so need to edit this manually

https://bugs.gentoo.org/870646
--- a/configure
+++ b/configure
@@ -796,3 +796,3 @@
 
-main(){return(0);}
+int main(void){return(0);}
 EOF
@@ -1100,3 +1100,3 @@
 #include "confdefs.h"
-main()
+int main(void)
 				{exit(sizeof(void*)==8 ? 0 : sizeof(void*));}
@@ -1463,3 +1463,3 @@
 #include <sys/types.h>
-main()
+int main(void)
 {
@@ -3330,3 +3330,3 @@
 #define min(a,b) ((a) < (b) ? (a) : (b))
-main()
+int main(void)
 {
@@ -3596,3 +3596,3 @@
 #include "include/dcc_paths.h"
-main()
+int main(void)
 {