diff options
Diffstat (limited to 'textproc/libxslt/files')
-rw-r--r-- | textproc/libxslt/files/patch-configure | 11 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 19 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::tests::Makefile.in | 10 |
3 files changed, 17 insertions, 23 deletions
diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure index 58a1e205ab9a..8423bb993eca 100644 --- a/textproc/libxslt/files/patch-configure +++ b/textproc/libxslt/files/patch-configure @@ -1,6 +1,11 @@ ---- configure.orig Mon Jan 15 19:34:30 2007 -+++ configure Mon Jan 15 19:37:48 2007 -@@ -21663,7 +21663,7 @@ +--- configure.orig 2008-05-24 00:09:57.000000000 -0500 ++++ configure 2008-05-24 00:10:20.000000000 -0500 +@@ -22284,11 +22284,12 @@ + fi + if test "$PYTHON_VERSION" != "" + then ++ with_python=`$PYTHON -c "import sys; print sys.exec_prefix"` + if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \ -d $with_python/lib/python$PYTHON_VERSION/site-packages then PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in index 81a1d5c7a648..f30b906feb64 100644 --- a/textproc/libxslt/files/patch-python::Makefile.in +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -1,17 +1,6 @@ ---- python/Makefile.in.orig Mon Jan 15 19:38:01 2007 -+++ python/Makefile.in Mon Jan 15 19:38:51 2007 -@@ -54,9 +54,7 @@ - am__installdirs = "$(DESTDIR)$(pythondir)" - pythonLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(python_LTLIBRARIES) --@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = \ --@WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \ --@WITH_PYTHON_TRUE@ $(top_builddir)/libexslt/libexslt.la -+@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = - @WITH_PYTHON_TRUE@libxsltmod_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am__libxsltmod_la_SOURCES_DIST = libxslt.c types.c libxslt-py.c - @WITH_PYTHON_TRUE@am_libxsltmod_la_OBJECTS = libxslt.lo types.lo \ -@@ -255,7 +253,7 @@ +--- python/Makefile.in.orig 2008-05-23 23:03:51.000000000 -0500 ++++ python/Makefile.in 2008-05-23 23:09:55.000000000 -0500 +@@ -258,7 +258,7 @@ -I$(top_srcdir) \ -I../libexslt @@ -20,7 +9,7 @@ # libxsltclass.txt is generated DOCS = TODO EXTRA_DIST = \ -@@ -270,8 +268,8 @@ +@@ -273,8 +273,8 @@ libxsltmod_la_LDFLAGS = -module -avoid-version @WITH_PYTHON_TRUE@mylibs = \ diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in index 7abaa6ee5739..385552556c34 100644 --- a/textproc/libxslt/files/patch-python::tests::Makefile.in +++ b/textproc/libxslt/files/patch-python::tests::Makefile.in @@ -1,9 +1,9 @@ ---- python/tests/Makefile.in.orig Tue Mar 30 12:24:43 2004 -+++ python/tests/Makefile.in Tue Mar 30 12:25:47 2004 -@@ -190,7 +190,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ +--- python/tests/Makefile.in.orig 2008-05-23 23:11:10.000000000 -0500 ++++ python/tests/Makefile.in 2008-05-23 23:11:33.000000000 -0500 +@@ -204,7 +204,7 @@ target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +EXAMPLE_DIR = $(datadir)/examples/py-libxslt TESTSPY = \ |