aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/python-2.6.4-cross-skip-test_unicode.patch')
-rw-r--r--dev-lang/python/files/python-2.6.4-cross-skip-test_unicode.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lang/python/files/python-2.6.4-cross-skip-test_unicode.patch b/dev-lang/python/files/python-2.6.4-cross-skip-test_unicode.patch
new file mode 100644
index 0000000..e3214be
--- /dev/null
+++ b/dev-lang/python/files/python-2.6.4-cross-skip-test_unicode.patch
@@ -0,0 +1,16 @@
+--- Makefile.pre.in 2010-03-26 07:55:34.000000000 +0100
++++ Makefile.pre.in.new 2010-03-26 08:01:12.000000000 +0100
+@@ -906,11 +906,11 @@
+ PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ ./$(HOSTPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST) -f \
+- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
++ -x 'bad_coding|badsyntax|site-packages|test_unicode' $(DESTDIR)$(LIBDEST)
+ PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ ./$(HOSTPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST) -f \
+- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
++ -x 'bad_coding|badsyntax|site-packages|test_unicode' $(DESTDIR)$(LIBDEST)
+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ ./$(HOSTPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
+ -d $(LIBDEST)/site-packages -f \