summaryrefslogtreecommitdiff
path: root/lang/python21-pth/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python21-pth/patches/patch-aa')
-rw-r--r--lang/python21-pth/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/python21-pth/patches/patch-aa b/lang/python21-pth/patches/patch-aa
deleted file mode 100644
index eb3c0208577..00000000000
--- a/lang/python21-pth/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$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].