openbsd-ports/textproc/libxml/patches/patch-python_tests_Makefile_in
jasper 3744502856 - bugfix update of libxml to 2.7.8
ok aja@, landry@ (who also tested it in a bulk, thanks)
2010-11-15 09:54:11 +00:00

21 lines
683 B
Plaintext

$OpenBSD: patch-python_tests_Makefile_in,v 1.10 2010/11/15 09:54:11 jasper Exp $
--- python/tests/Makefile.in.orig Thu Nov 4 18:28:16 2010
+++ python/tests/Makefile.in Fri Nov 12 15:00:38 2010
@@ -296,7 +296,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
+exampledir = $(datadir)/examples/libxml2
dist_example_DATA = $(PYTESTS) $(XMLS)
PYTESTS = \
build.py \
@@ -333,7 +333,6 @@ PYTESTS = \
readererr.py\
relaxng.py \
schema.py \
- thread2.py \
sync.py \
tstLastError.py \
indexes.py \