diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 05:39:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 05:39:13 +0800 |
commit | 8c5833706c41022444ccfa5a90c6c50a1226a9f4 (patch) | |
tree | 4ab977b84d76876dc7ce79f9e9f36699dc832d6b /Templates | |
parent | 36d9136f6a0ab30b9706d627c2c99eb011cc30d9 (diff) | |
download | freebsd-ports-graphics-8c5833706c41022444ccfa5a90c6c50a1226a9f4.tar.gz freebsd-ports-graphics-8c5833706c41022444ccfa5a90c6c50a1226a9f4.tar.zst freebsd-ports-graphics-8c5833706c41022444ccfa5a90c6c50a1226a9f4.zip |
Do not cache the openpty function this breaks at least heimdal and rancid
Reported by: ohauer@ (by mail) and crest (irc)
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/config.site | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Templates/config.site b/Templates/config.site index 4689ac113d3..6d82fde16c5 100644 --- a/Templates/config.site +++ b/Templates/config.site @@ -352,7 +352,8 @@ : ${ac_cv_func_munmap=yes} : ${ac_cv_func_nl_langinfo=yes} : ${ac_cv_func_opendir=yes} -: ${ac_cv_func_openpty=yes} +# Breaks heimdal and rancid at least +# : ${ac_cv_func_openpty=yes} : ${ac_cv_func_pam_getenvlist=yes} : ${ac_cv_func_pam_putenv=yes} : ${ac_cv_func_pathconf=yes} |