13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
$OpenBSD: patch-configure,v 1.18 2008/05/06 18:53:01 steven Exp $
|
|
--- configure.orig Tue Apr 8 16:48:27 2008
|
|
+++ configure Sat Apr 26 10:51:02 2008
|
|
@@ -27302,7 +27302,7 @@ fi
|
|
fi
|
|
if test "$with_python" != ""
|
|
then
|
|
- pythondir='$(PYTHON_SITE_PACKAGES)'
|
|
+ pythondir='${PYTHON_SITE_PACKAGES}'
|
|
else
|
|
pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
|
|
fi
|