diff options
author | jtb <jtb> | 2001-05-03 01:54:15 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-03 01:54:15 +0000 |
commit | a192129e31e96407306d5648fc33c8f8d8a057b3 (patch) | |
tree | 99d1c6da97bf31cf3842441ee6eee064607d7c40 /math | |
parent | 25d4511adf1d857bf4b113a26d7df87fcf6f5312 (diff) | |
download | pkgsrc-a192129e31e96407306d5648fc33c8f8d8a057b3.tar.gz |
Make this build again by fixing undefined references to MAIN__.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/distinfo | 3 | ||||
-rw-r--r-- | math/R/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
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 |