diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 01:37:32 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 01:37:32 +0000 |
commit | 8e9f4b1f3eb229cd6811bb511f3c9834bee03b0e (patch) | |
tree | 9d5c57d3774be84d37f599ac960143357d28d242 /www/mod_python | |
parent | 14a6bfe50d6ae2149e4939c44aeb0e4abebfc47a (diff) | |
download | ports-8e9f4b1f3eb229cd6811bb511f3c9834bee03b0e.tar.gz ports-8e9f4b1f3eb229cd6811bb511f3c9834bee03b0e.zip |
Notes
Diffstat (limited to 'www/mod_python')
-rw-r--r-- | www/mod_python/files/optpatch-Python::configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_python/files/optpatch-Python::configure b/www/mod_python/files/optpatch-Python::configure new file mode 100644 index 000000000000..c9bd849e39b2 --- /dev/null +++ b/www/mod_python/files/optpatch-Python::configure @@ -0,0 +1,20 @@ +--- work/Python-2.0/configure.orig Fri Mar 16 07:32:48 2001 ++++ work/Python-2.0/configure Fri Mar 16 07:35:20 2001 +@@ -3975,7 +3975,7 @@ + fi + done + +- ++if false; then + # check for openpty and forkpty + + for ac_func in openpty +@@ -4173,7 +4173,7 @@ + + fi + done +- ++fi + + # check for long file support functions + for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs |