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

13 lines
405 B
Plaintext
Raw Normal View History

2006-06-18 09:48:19 -04:00
$OpenBSD: patch-configure,v 1.16 2006/06/18 13:48:19 steven Exp $
--- configure.orig Tue Jun 6 17:46:49 2006
+++ configure Thu Jun 15 19:10:40 2006
2006-06-13 13:31:29 -04:00
@@ -26958,7 +26958,7 @@ fi
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