mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
25 lines
1,019 B
Text
25 lines
1,019 B
Text
--- configure.orig 2009-10-10 14:33:03.000000000 -0400
|
|
+++ configure 2009-10-10 14:33:44.000000000 -0400
|
|
@@ -12149,7 +12149,7 @@ CC="$lt_save_CC"
|
|
VERSION_SCRIPT_FLAGS=
|
|
$(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \
|
|
VERSION_SCRIPT_FLAGS=-Wl,--version-script=
|
|
-test "`uname`" == "SunOS" && \
|
|
+test "`uname`" = "SunOS" && \
|
|
VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
|
|
|
|
if test -n "$VERSION_SCRIPT_FLAGS"; then
|
|
@@ -19856,11 +19856,12 @@ fi
|
|
fi
|
|
if test "$PYTHON_VERSION" != ""
|
|
then
|
|
+ with_python=`$PYTHON -c "import sys; print sys.exec_prefix"`
|
|
if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \
|
|
-d $with_python/lib/python$PYTHON_VERSION/site-packages
|
|
then
|
|
PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
|
|
- PYTHON_SITE_PACKAGES=$libdir/python$PYTHON_VERSION/site-packages
|
|
+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages
|
|
else
|
|
if test -r $prefix/include/python$PYTHON_VERSION/Python.h
|
|
then
|