Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / bsign / patches / patch-configure
bloba6afced9d2ff3f6282cef81827c0706025de0955
1 $NetBSD$
3 --- configure.orig      2002-01-18 01:16:44.000000000 +0000
4 +++ configure
5 @@ -665,7 +665,7 @@ cat > conftest.$ac_ext << EOF
6  #line 666 "configure"
7  #include "confdefs.h"
8  
9 -main(){return(0);}
10 +int main(){return(0);}
11  EOF
12  if { (eval echo configure:671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13    ac_cv_prog_cc_works=yes
14 @@ -1664,7 +1664,7 @@ extern "C" void exit(int);
15  #endif
16  #include <stdio.h>
17  #include <sys/types.h>
18 -main()
19 +int main()
20  {
21    FILE *f=fopen("conftestval", "w");
22    if (!f) exit(1);
23 @@ -1706,7 +1706,7 @@ extern "C" void exit(int);
24  #endif
25  #include <stdio.h>
26  #include <sys/types.h>
27 -main()
28 +int main()
29  {
30    FILE *f=fopen("conftestval", "w");
31    if (!f) exit(1);
32 @@ -1748,7 +1748,7 @@ extern "C" void exit(int);
33  #endif
34  #include <stdio.h>
35  #include <sys/types.h>
36 -main()
37 +int main()
38  {
39    FILE *f=fopen("conftestval", "w");
40    if (!f) exit(1);