diff options
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) |