pkgsrc/lang/python21/patches/patch-aa
drochner 17fc5a0409 fix the Makefile installed for extension packages to use the right
python version,
bump pkg name to 2.1.1nb1
2002-01-16 19:50:36 +00:00

13 lines
389 B
Text

$NetBSD: patch-aa,v 1.1 2002/01/16 19:50:36 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)