freebsd-ports/textproc/libxml2/files/patch-python::tests::Makefile.in
Joe Marcus Clarke 34a8f0d957 Update to 2.6.31.
Security:	This contains a security fix for a UTF-8 processing bug.
2008-01-22 20:59:42 +00:00

11 lines
435 B
Text

--- python/tests/Makefile.in.orig 2008-01-22 15:51:51.000000000 -0500
+++ python/tests/Makefile.in 2008-01-22 15:52:12.000000000 -0500
@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
+EXAMPLE_DIR = $(datadir)/examples/py-libxml2
PYTESTS = \
build.py \
attribs.py \