diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-10 11:21:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-10 11:21:01 +0000 |
commit | a5cd31c7672f31f084769949d4d752d1f4a72b95 (patch) | |
tree | 90e92b71815ce0ededc2ac04a6f7641d4250fae0 /graphics/py-imaging/files/patch-Makefile.pre.in | |
parent | use ${EXAMPLESDIR} (diff) |
Make this work with Python-2.2.
Diffstat (limited to 'graphics/py-imaging/files/patch-Makefile.pre.in')
-rw-r--r-- | graphics/py-imaging/files/patch-Makefile.pre.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-imaging/files/patch-Makefile.pre.in b/graphics/py-imaging/files/patch-Makefile.pre.in new file mode 100644 index 000000000000..2341dfb617b4 --- /dev/null +++ b/graphics/py-imaging/files/patch-Makefile.pre.in @@ -0,0 +1,11 @@ +--- ../Makefile.pre.in~ Thu May 3 12:57:38 2001 ++++ ../Makefile.pre.in Thu Jan 10 09:02:03 2002 +@@ -92,7 +92,7 @@ + TARGET= python + + # Installed python binary (used only by boot target) +-PYTHON= python ++PYTHON?= python + + # Add more -I and -D options here + CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) |