diff options
author | pav <pav@FreeBSD.org> | 2005-02-01 05:08:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-01 05:08:38 +0800 |
commit | 26c429f16bec67b8cec0d19371f154c10c8ce9ad (patch) | |
tree | 285d99819590bcf982e0d44e7226191283e0b510 /textproc/libxml2 | |
parent | 49a9e106291336b53ec1f9e96a81ae04d118e942 (diff) | |
download | freebsd-ports-gnome-26c429f16bec67b8cec0d19371f154c10c8ce9ad.tar.gz freebsd-ports-gnome-26c429f16bec67b8cec0d19371f154c10c8ce9ad.tar.zst freebsd-ports-gnome-26c429f16bec67b8cec0d19371f154c10c8ce9ad.zip |
- Nuke dormant patch which managed to break py-libxml2 2.6.17
Reported by: krismail
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure deleted file mode 100644 index 06cf509aa607..000000000000 --- a/textproc/libxml2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Aug 14 20:33:30 2003 -+++ configure Thu Aug 14 22:12:01 2003 -@@ -14275,7 +14276,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 |