aboutsummaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-02 05:39:13 +0800
committerbapt <bapt@FreeBSD.org>2013-09-02 05:39:13 +0800
commit8c5833706c41022444ccfa5a90c6c50a1226a9f4 (patch)
tree4ab977b84d76876dc7ce79f9e9f36699dc832d6b /Templates
parent36d9136f6a0ab30b9706d627c2c99eb011cc30d9 (diff)
downloadfreebsd-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.site3
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}