From 608b24345e72b40941dbbdbb63e9619685e28f01 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 29 Dec 2006 14:18:21 +0000 Subject: Fix another bug from completely clueless autoconf users. --- math/R-GRASS/distinfo | 4 +++- math/R-GRASS/patches/patch-aa | 15 +++++++++++++++ math/R-GRASS/patches/patch-ab | 15 +++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 math/R-GRASS/patches/patch-aa create mode 100644 math/R-GRASS/patches/patch-ab (limited to 'math') diff --git a/math/R-GRASS/distinfo b/math/R-GRASS/distinfo index f98f48d82d1..431ed64ddbf 100644 --- a/math/R-GRASS/distinfo +++ b/math/R-GRASS/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.2 2006/06/30 22:47:04 markd Exp $ +$NetBSD: distinfo,v 1.3 2006/12/29 14:18:21 joerg Exp $ SHA1 (R/GRASS_0.3-2.tar.gz) = 67bc6adf0e8f47dfe6a247fe4228eeb9718e8179 RMD160 (R/GRASS_0.3-2.tar.gz) = 1c9fbb7e921cc14abef625b5862e581d9bb9ed14 Size (R/GRASS_0.3-2.tar.gz) = 224131 bytes +SHA1 (patch-aa) = 6275c08691efd46a82484d0f79fc4c90fb1466b4 +SHA1 (patch-ab) = 353cd59744ae56fdf6cafaaea951cd4d8f487d98 diff --git a/math/R-GRASS/patches/patch-aa b/math/R-GRASS/patches/patch-aa new file mode 100644 index 00000000000..0befe6bfb76 --- /dev/null +++ b/math/R-GRASS/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2006/12/29 14:18:21 joerg Exp $ + +--- configure.orig 2006-12-29 14:05:37.000000000 +0000 ++++ configure +@@ -2900,8 +2900,8 @@ fi + + done + +-if test "${ac_cv_header_rpc/xdr_h}" = no || +- test "${ac_cv_header_rpc/types_h}" = no; then ++if test "${ac_cv_header_rpc_xdr_h}" = no || ++ test "${ac_cv_header_rpc_types_h}" = no; then + { { echo "$as_me:$LINENO: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&5 + echo "$as_me: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&2;} + { (exit 1); exit 1; }; } diff --git a/math/R-GRASS/patches/patch-ab b/math/R-GRASS/patches/patch-ab new file mode 100644 index 00000000000..796086a3cd9 --- /dev/null +++ b/math/R-GRASS/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2006/12/29 14:18:21 joerg Exp $ + +--- configure.ac.orig 2006-12-29 14:09:39.000000000 +0000 ++++ configure.ac +@@ -23,8 +23,8 @@ else + fi + + AC_CHECK_HEADERS(rpc/xdr.h rpc/types.h) +-if test "${ac_cv_header_rpc/xdr_h}" = no || +- test "${ac_cv_header_rpc/types_h}" = no; then ++if test "${ac_cv_header_rpc_xdr_h}" = no || ++ test "${ac_cv_header_rpc_types_h}" = no; then + AC_MSG_ERROR("xdr headers rpc/xdr.h and rpc/types.h not found") + fi + AC_SEARCH_LIBS(xdrmem_create, [nsl]) -- cgit v1.2.3