mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@124840 d073be05-634f-4543-b044-5fe20cf6d1d6
15 lines
345 B
Diff
15 lines
345 B
Diff
--- configure.orig 2014-08-25 05:30:45.000000000 -0700
|
|
+++ configure 2014-08-28 09:36:25.000000000 -0700
|
|
@@ -13769,9 +13769,9 @@
|
|
|
|
|
|
|
|
- PYTHON_PREFIX='${prefix}'
|
|
+ PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
|
|
|
|
- PYTHON_EXEC_PREFIX='${exec_prefix}'
|
|
+ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
|
|
|
|
|
|
|