summaryrefslogtreecommitdiff
path: root/lang/python21-pth/patches/patch-aa
blob: eb3c0208577ecfa62a99e539f90d5f202adfbd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.2 2002/09/04 14:25:18 drochner Exp $

--- Misc/Makefile.pre.in.orig	Thu Aug 22 15:36:50 2002
+++ Misc/Makefile.pre.in	Thu Aug 22 15:36:55 2002
@@ -92,10 +92,10 @@
 TARGET=		python
 
 # Installed python binary (used only by boot target)
-PYTHON=		python
+PYTHON=		python2p1
 
 # Add more -I and -D options here
-CFLAGS=		$(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+CFLAGS+=	$(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
 
 # These two variables can be set in Setup to merge extensions.
 # See example[23].