diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-02 22:40:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-02 22:40:27 +0000 |
commit | 97425524854488589634b26832346e2e7c5ce465 (patch) | |
tree | c89e37fc2dabf2654264b6ec49cbba9eb2be063b /textproc/libxslt/files/patch-configure | |
parent | - Update to 0.8.17 (diff) |
Update to 1.1.16.
Notes
Notes:
svn path=/head/; revision=161219
Diffstat (limited to 'textproc/libxslt/files/patch-configure')
-rw-r--r-- | textproc/libxslt/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure new file mode 100644 index 000000000000..2623f0649c98 --- /dev/null +++ b/textproc/libxslt/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Tue May 2 18:32:39 2006 ++++ configure Tue May 2 18:34:50 2006 +@@ -21701,7 +21701,7 @@ except: print 0"` + -d $with_python/lib/python$PYTHON_VERSION/site-packages + then + PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION +- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' ++ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages + else + if test -r $prefix/include/python$PYTHON_VERSION/Python.h + then +@@ -21724,7 +21724,7 @@ except: print 0"` + fi + if test "$with_python" != "" + then +- pythondir=$(PYTHON_SITE_PACKAGES) ++ pythondir='$(PYTHON_SITE_PACKAGES)' + else + pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' + fi +@@ -22057,7 +22057,7 @@ fi + + + +-if test "$WITH_MODULES" == "1"; then ++if test "$WITH_MODULES" = "1"; then + WITH_MODULES_TRUE= + WITH_MODULES_FALSE='#' + else |