diff options
Diffstat (limited to 'time/py-mxDateTime/patches/patch-aa')
-rw-r--r-- | time/py-mxDateTime/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/time/py-mxDateTime/patches/patch-aa b/time/py-mxDateTime/patches/patch-aa new file mode 100644 index 00000000000..491abaeee04 --- /dev/null +++ b/time/py-mxDateTime/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/01/15 18:25:39 drochner Exp $ + +--- mxDateTime/Makefile.pre.in.orig Sun Jan 13 00:30:21 2002 ++++ mxDateTime/Makefile.pre.in Sun Jan 13 00:31:30 2002 +@@ -92,7 +92,7 @@ + TARGET= python + + # Installed python binary (used only by boot target) +-PYTHON= python ++PYTHON= ${PYTHONBIN} + + # Add more -I and -D options here + CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) |