summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-03 01:54:15 +0000
committerjtb <jtb@pkgsrc.org>2001-05-03 01:54:15 +0000
commite66d47d195317c404e3612fd3fa116fa594abb04 (patch)
tree99d1c6da97bf31cf3842441ee6eee064607d7c40 /math/R
parentccfc156db5729995f5b8d05d7744d9945c4bc603 (diff)
downloadpkgsrc-e66d47d195317c404e3612fd3fa116fa594abb04.tar.gz
Make this build again by fixing undefined references to MAIN__.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/distinfo3
-rw-r--r--math/R/patches/patch-ab14
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