aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python21/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-01-16 20:35:05 +0800
committertg <tg@FreeBSD.org>2002-01-16 20:35:05 +0800
commita117d87ad8cb97d4025bca4d504ad94c255bbbcf (patch)
tree504fcb26321d402f7d4562f31518b1bb200e4fbf /lang/python21/files
parent430c7579c81a25d663b3d68abf6f248413e68e78 (diff)
downloadfreebsd-ports-gnome-a117d87ad8cb97d4025bca4d504ad94c255bbbcf.tar.gz
freebsd-ports-gnome-a117d87ad8cb97d4025bca4d504ad94c255bbbcf.tar.zst
freebsd-ports-gnome-a117d87ad8cb97d4025bca4d504ad94c255bbbcf.zip
Downgrade to Python-2.1.1 again after repo-copy.
Diffstat (limited to 'lang/python21/files')
-rw-r--r--lang/python21/files/patch-Misc:Makefile.pre.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python21/files/patch-Misc:Makefile.pre.in b/lang/python21/files/patch-Misc:Makefile.pre.in
new file mode 100644
index 000000000000..2eaf2f04c91f
--- /dev/null
+++ b/lang/python21/files/patch-Misc:Makefile.pre.in
@@ -0,0 +1,11 @@
+--- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998
++++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000
+@@ -92,7 +92,7 @@
+ TARGET= python
+
+ # Installed python binary (used only by boot target)
+-PYTHON= python
++PYTHON?= python
+
+ # Add more -I and -D options here
+ CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)