aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_python3/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-28 00:15:55 +0800
committerkevlo <kevlo@FreeBSD.org>2000-12-28 00:15:55 +0800
commit7d58d43b0a22d1cb3d071bb186aa66858bb206b9 (patch)
treecfb9365d67ecde9a59dabc3278091016806f681f /www/mod_python3/files
parente798bd196bee19a5192a357a1c64c72f7cbb501d (diff)
downloadfreebsd-ports-gnome-7d58d43b0a22d1cb3d071bb186aa66858bb206b9.tar.gz
freebsd-ports-gnome-7d58d43b0a22d1cb3d071bb186aa66858bb206b9.tar.zst
freebsd-ports-gnome-7d58d43b0a22d1cb3d071bb186aa66858bb206b9.zip
Update to 2.7.1
PR: 23874 Submitted by: MAINTAINER
Diffstat (limited to 'www/mod_python3/files')
-rw-r--r--www/mod_python3/files/patch-Makefile.in8
-rw-r--r--www/mod_python3/files/patch-configure8
2 files changed, 8 insertions, 8 deletions
diff --git a/www/mod_python3/files/patch-Makefile.in b/www/mod_python3/files/patch-Makefile.in
index de6da8520979..de15a6bb574c 100644
--- a/www/mod_python3/files/patch-Makefile.in
+++ b/www/mod_python3/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Wed Nov 15 05:33:51 2000
-+++ Makefile.in Wed Nov 15 05:40:52 2000
-@@ -90,13 +90,10 @@
+--- Makefile.in.orig Wed Dec 27 13:49:54 2000
++++ Makefile.in Wed Dec 27 13:52:28 2000
+@@ -82,13 +82,10 @@
@echo
@echo "Performing DSO installation."
@echo
@@ -15,4 +15,4 @@
+ @echo " ## Apache has to be restarted."
@echo
-
+ install_static: static
diff --git a/www/mod_python3/files/patch-configure b/www/mod_python3/files/patch-configure
index 67f2ce25aee9..7b8239180552 100644
--- a/www/mod_python3/files/patch-configure
+++ b/www/mod_python3/files/patch-configure
@@ -1,9 +1,9 @@
---- configure.orig Wed Nov 15 05:33:42 2000
-+++ configure Wed Nov 15 05:33:58 2000
-@@ -1312,7 +1312,7 @@
+--- configure.orig Wed Dec 27 13:49:44 2000
++++ configure Wed Dec 27 13:50:32 2000
+@@ -1313,7 +1313,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:1315: checking whether Python is compiled with thread support" >&5
+ echo "configure:1316: 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