From 299b967868094674a481123bae04d42b0ab3580b Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 15 Nov 2003 19:22:37 +0000 Subject: Ignore syntax errors on compiling 3rd party packages. Tested by: Lee Harr --- lang/python32/files/patch-Makefile.pre.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/python32/files/patch-Makefile.pre.in (limited to 'lang/python32') diff --git a/lang/python32/files/patch-Makefile.pre.in b/lang/python32/files/patch-Makefile.pre.in new file mode 100644 index 000000000000..e2353b942195 --- /dev/null +++ b/lang/python32/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 -- cgit v1.2.3