summaryrefslogtreecommitdiff
path: root/lang/python20/patches
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-16 20:26:44 +0000
committerdrochner <drochner>2002-01-16 20:26:44 +0000
commita7830269d9c6eb06eac4aa21754fa6256d886865 (patch)
tree71f52ff42d04b63b7e8b64be76943cf98e2ba40f /lang/python20/patches
parent554fbeae43517cd67df63128e583e5e30620f201 (diff)
downloadpkgsrc-a7830269d9c6eb06eac4aa21754fa6256d886865.tar.gz
fix the Makefile installed for extension packages to use the right
python version, bump pkg revision
Diffstat (limited to 'lang/python20/patches')
-rw-r--r--lang/python20/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/python20/patches/patch-ab b/lang/python20/patches/patch-ab
new file mode 100644
index 00000000000..76166da6edc
--- /dev/null
+++ b/lang/python20/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/01/16 20:27:11 drochner Exp $
+
+--- Misc/Makefile.pre.in.orig Wed Jan 16 21:11:24 2002
++++ Misc/Makefile.pre.in Wed Jan 16 21:11:43 2002
+@@ -92,7 +92,7 @@
+ TARGET= python
+
+ # Installed python binary (used only by boot target)
+-PYTHON= python
++PYTHON= python2.0
+
+ # Add more -I and -D options here
+ CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)