openbsd-ports/textproc/libxml/patches/patch-configure

13 lines
405 B
Plaintext
Raw Normal View History

2007-07-05 12:05:09 -04:00
$OpenBSD: patch-configure,v 1.17 2007/07/05 16:05:09 steven Exp $
--- configure.orig Tue Jun 12 18:10:36 2007
+++ configure Mon Jul 2 12:50:32 2007
@@ -27029,7 +27029,7 @@ fi
2006-06-13 13:31:29 -04:00
fi
if test "$with_python" != ""
then
2006-06-18 09:48:19 -04:00
- pythondir='$(PYTHON_SITE_PACKAGES)'
+ pythondir='${PYTHON_SITE_PACKAGES}'
2006-06-13 13:31:29 -04:00
else
pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
fi