diff options
Diffstat (limited to 'www/clisp-fastcgi/patches/patch-aa')
-rw-r--r-- | www/clisp-fastcgi/patches/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/clisp-fastcgi/patches/patch-aa b/www/clisp-fastcgi/patches/patch-aa new file mode 100644 index 00000000000..08a9c6fff39 --- /dev/null +++ b/www/clisp-fastcgi/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ + +Override ac_install_sh. + +--- modules/fastcgi/configure.orig 2010-07-09 12:30:19.000000000 +0400 ++++ modules/fastcgi/configure 2010-07-09 12:30:40.000000000 +0400 +@@ -2351,19 +2351,6 @@ + $as_echo "$cl_cv_clisp_FFI" >&6; } + ${required} && test $cl_cv_clisp_FFI = no && \ + as_fn_error "no FFI in CLISP" "$LINENO" 5 +-ac_aux_dir= +-for ac_dir in $cl_cv_clisp_libdir/build-aux "$srcdir"/$cl_cv_clisp_libdir/build-aux; do +- for ac_t in install-sh install.sh shtool; do +- if test -f "$ac_dir/$ac_t"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/$ac_t -c" +- break 2 +- fi +- done +-done +-if test -z "$ac_aux_dir"; then +- as_fn_error "cannot find install-sh, install.sh, or shtool in $cl_cv_clisp_libdir/build-aux \"$srcdir\"/$cl_cv_clisp_libdir/build-aux" "$LINENO" 5 +-fi + + # These three variables are undocumented and unsupported, + # and are intended to be withdrawn in a future Autoconf release. |