summaryrefslogtreecommitdiff
path: root/lang/python21-pth/patches/patch-aa
blob: 35d40c6f816df25e23e70661912a1292834f2051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2002/08/20 19:58:58 drochner Exp $

--- Misc/Makefile.pre.in.orig	Wed Jan 16 20:18:58 2002
+++ Misc/Makefile.pre.in	Wed Jan 16 20:19:17 2002
@@ -92,7 +92,7 @@
 TARGET=		python
 
 # Installed python binary (used only by boot target)
-PYTHON=		python
+PYTHON=		python2.1
 
 # Add more -I and -D options here
 CFLAGS=		$(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)