diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-04 14:25:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-04 14:25:17 +0000 |
commit | 0f9b8f5c2f516ca31fb0b8ab658c30d487c17f24 (patch) | |
tree | dc6d7bb31c10fb80d38c35c5fc5e6be1be6e24d6 /lang/python21-pth/patches/patch-aa | |
parent | 0c3a8c07e595c08bd4c61a965397a14b3dffd7eb (diff) | |
download | pkgsrc-0f9b8f5c2f516ca31fb0b8ab658c30d487c17f24.tar.gz |
the interpreter itself _can_ be built with buildlink2
Diffstat (limited to 'lang/python21-pth/patches/patch-aa')
-rw-r--r-- | lang/python21-pth/patches/patch-aa | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lang/python21-pth/patches/patch-aa b/lang/python21-pth/patches/patch-aa index 35d40c6f816..eb3c0208577 100644 --- a/lang/python21-pth/patches/patch-aa +++ b/lang/python21-pth/patches/patch-aa @@ -1,13 +1,17 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/08/20 19:58:58 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2002/09/04 14:25:18 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 @@ +--- 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= python2.1 ++PYTHON= python2p1 # Add more -I and -D options here - CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) +-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]. |