pkgsrc/lang/python21-pth/patches/patch-aa

17 lines
536 B
Text

$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].