diff --git a/net/lambdamoo/files/patch-configure b/net/lambdamoo/files/patch-configure index 79fcec9f06c2..9d8f229f1cb2 100644 --- a/net/lambdamoo/files/patch-configure +++ b/net/lambdamoo/files/patch-configure @@ -1,5 +1,14 @@ --- configure.orig Mon Apr 8 22:32:10 2002 +++ configure Mon Apr 8 22:51:13 2002 +@@ -599,7 +599,7 @@ + cat > conftest.c < +@@ -260,7 +260,7 @@ + SAVECC="$CC" + CC="$CC $opt" + AC_TEST_PROGRAM([ +-int main(int argc, char *argv) { void *ptr; exit(0); } ++int main(int argc, char **argv) { void *ptr; exit(0); } + ], + [have_ansi=1 + break],