summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-15 19:22:37 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-15 19:22:37 +0000
commit299b967868094674a481123bae04d42b0ab3580b (patch)
tree06754d45c256823d05d9e69d4005ad357f9b8a4b /lang/python26
parent- new default openldap21-client (diff)
Ignore syntax errors on compiling 3rd party packages.
Tested by: Lee Harr <missive@hotmail.com>
Notes
Notes: svn path=/head/; revision=94043
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/files/patch-Makefile.pre.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python26/files/patch-Makefile.pre.in b/lang/python26/files/patch-Makefile.pre.in
new file mode 100644
index 000000000000..e2353b942195
--- /dev/null
+++ b/lang/python26/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