diff options
Diffstat (limited to 'lang/python21-pth/patches/patch-aa')
-rw-r--r-- | lang/python21-pth/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/python21-pth/patches/patch-aa b/lang/python21-pth/patches/patch-aa new file mode 100644 index 00000000000..35d40c6f816 --- /dev/null +++ b/lang/python21-pth/patches/patch-aa @@ -0,0 +1,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) |