summaryrefslogtreecommitdiff
blob: 2535a49d7c56a994f3dc61dc069b6fcc7b80c579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
http://bugs.gentoo.org/296964

the real bug is in acinclude.m4:
http://gmplib.org:8000/gmp/rev/43784518850d

but we don't run autotools, so tweak the configure script

--- a/configure
+++ b/configure
@@ -7967,7 +7967,7 @@
 else
   cat >conftest.c <<EOF
 int
-main (int argc, char *argv)
+main (int argc, char **argv)
 {
   exit(0);
 }