summaryrefslogtreecommitdiff
path: root/www/mod_python3/files/patch-configure
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-01-07 02:47:59 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-01-07 02:47:59 +0000
commit13f3771961acb938d5774e4a9a4a6b55845433e5 (patch)
tree605c9ebf1d5d98b6d296427e4d0634341a0e45e1 /www/mod_python3/files/patch-configure
parento Fix build on any architecture (tested on only i386). (diff)
Update mod_python to 3.0.1. (repocopy from www/mod_python)
Approved by: lioux (portmgr) Repocopied by: joe
Notes
Notes: svn path=/head/; revision=72662
Diffstat (limited to 'www/mod_python3/files/patch-configure')
-rw-r--r--www/mod_python3/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_python3/files/patch-configure b/www/mod_python3/files/patch-configure
deleted file mode 100644
index 510df67f1b04..000000000000
--- a/www/mod_python3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed May 16 19:13:31 2001
-+++ configure Wed May 16 19:14:11 2001
-@@ -1324,7 +1324,7 @@
- # check if python is compiled with threads
- echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
- echo "configure:1327: checking whether Python is compiled with thread support" >&5
--PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"`
-+PyTHREADS="0"
- if test "$PyTHREADS" = "1"; then
- echo "$ac_t""yes" 1>&6
- echo