diff options
Diffstat (limited to 'textproc/libxslt/files/patch-configure')
-rw-r--r-- | textproc/libxslt/files/patch-configure | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure index 7b6b036578e7..e644cf75e11d 100644 --- a/textproc/libxslt/files/patch-configure +++ b/textproc/libxslt/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/04/26 09:54:14 1.1 -+++ configure 2002/04/26 09:54:23 -@@ -5341,6 +5341,7 @@ +--- configure.orig Fri Sep 12 08:23:19 2003 ++++ configure Fri Sep 12 15:29:42 2003 +@@ -8644,6 +8644,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,3 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -10300,7 +10301,7 @@ + fi + if test "$with_python" != "" + then +- pythondir='$(PYTHON_SITE_PACKAGES)' ++ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + else + pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + fi |