mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
$NetBSD: patch-ae,v 1.6 2014/12/27 00:13:28 dholland Exp $
|
|
|
|
- add more functions to check for (XXX: why is half the line duplicated?)
|
|
- update for readline API changes
|
|
|
|
--- configure.orig 2011-03-21 18:12:58.000000000 +0000
|
|
+++ configure
|
|
@@ -16069,7 +16069,8 @@ fi
|
|
|
|
for ac_func in putenv strdup strerror strsignal mkstemp getpagesize \
|
|
getdtablesize strstr ftruncate floorl ceill sqrtl frexpl ldexpl asinl \
|
|
- acosl atanl logl expl tanl sinl cosl powl truncl lrintl truncf lrintf \
|
|
+ acosl atanl logl expl tanl sinl cosl truncl lrintl truncf lrintf \
|
|
+ acosl atanl logl expl tanl sinl cosl powl trunc truncf truncl lrintl strsep strpbrk \
|
|
lrint trunc strsep strpbrk symlink mkdtemp
|
|
do :
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
@@ -17737,7 +17738,7 @@ main()
|
|
{
|
|
rl_bind_key ('\t', rl_insert);
|
|
/* This is missing in BSD libedit! */
|
|
- rl_filename_quoting_function = (CPFunction *) readline_quote_filename;
|
|
+ rl_filename_quoting_function = (rl_quote_func_t *) readline_quote_filename;
|
|
exit(0);
|
|
}
|
|
EOF
|