freebsd-ports/textproc/libxml2/files/patch-configure
Alexander Nedotsukov d5c955e33a Get rid of .libs in RPATH entries.
PR:		62162
Reported by:	Matthias Andree <matthias.andree@gmx.de>
2004-02-03 09:23:23 +00:00

11 lines
360 B
Text

--- 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