From a192129e31e96407306d5648fc33c8f8d8a057b3 Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 3 May 2001 01:54:15 +0000 Subject: Make this build again by fixing undefined references to MAIN__. --- math/R/distinfo | 3 ++- math/R/patches/patch-ab | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 math/R/patches/patch-ab (limited to 'math') diff --git a/math/R/distinfo b/math/R/distinfo index 87eaa4957e1..f8988627768 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:37 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/03 01:54:15 jtb Exp $ SHA1 (R-1.1.1.tgz) = c1d66c22c6b4e0ebb7bb5f1dcf52b33a997b7e6b Size (R-1.1.1.tgz) = 3046615 bytes SHA1 (patch-aa) = 2613aab78c571b15a33003587a377c5e363063d3 +SHA1 (patch-ab) = 3d100cbe3448e65cd798b97999a6ce8cd2487785 diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab new file mode 100644 index 00000000000..fad75193ce8 --- /dev/null +++ b/math/R/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.9 2001/05/03 01:54:16 jtb Exp $ + +--- aclocal.m4.orig Sun Jul 30 22:46:45 2000 ++++ aclocal.m4 +@@ -400,6 +400,9 @@ + printf("number of errors %d\n", res); + return(res); + } ++ ++void MAIN__(void){abort();} ++ + EOF + changequote([, ]) + if ${CC-cc} ${CFLAGS} -c conftest.c 1>&AC_FD_CC 2>&AC_FD_CC; then -- cgit v1.2.3