summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch')
-rw-r--r--dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch b/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch
deleted file mode 100644
index 929bed267777..000000000000
--- a/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NurdB libxslt-1.1.16/configure libxslt-1.1.16-patched/configure
---- libxslt-1.1.16/configure 2006-05-01 16:28:11.000000000 -0500
-+++ libxslt-1.1.16-patched/configure 2006-05-18 22:25:53.000000000 -0500
-@@ -21724,7 +21724,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir=$(PYTHON_SITE_PACKAGES)
-+ pythondir='$(PYTHON_SITE_PACKAGES)'
- else
- pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
- fi