From 2471b158ccceedd690bd63371d9819a4bd125203 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 29 Dec 2011 15:44:11 +0000 Subject: - Fix build with CLANG PR: 163293 Submitted by: Jan Beich --- net/lambdamoo/files/patch-configure | 9 +++++++++ net/lambdamoo/files/patch-configure.in | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'net') 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], -- cgit