aboutsummaryrefslogtreecommitdiff
path: root/lang/python25
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/files/patch-Makefile.pre.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python25/files/patch-Makefile.pre.in b/lang/python25/files/patch-Makefile.pre.in
new file mode 100644
index 000000000000..e2353b942195
--- /dev/null
+++ b/lang/python25/files/patch-Makefile.pre.in
@@ -0,0 +1,16 @@
+--- Makefile.pre.in.orig Sat Sep 20 19:50:48 2003
++++ Makefile.pre.in Sat Nov 15 22:34:55 2003
+@@ -714,11 +714,11 @@
+ ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST) -f \
+ -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
++ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST)/site-packages -f \
+ -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
+- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
++ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST)/site-packages -f \
+ -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages