Diff
Modified: trunk/dports/devel/subversion-python24bindings/Portfile (108525 => 108526)
--- trunk/dports/devel/subversion-python24bindings/Portfile 2013-07-25 18:50:32 UTC (rev 108525)
+++ trunk/dports/devel/subversion-python24bindings/Portfile 2013-07-25 19:36:43 UTC (rev 108526)
@@ -54,7 +54,8 @@
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.4 \
ac_cv_python_includes=-I${prefix}/include/python2.4 \
ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup" \
- ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup"
+ ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup" \
+ ac_cv_python_compile=${configure.cc}
use_parallel_build yes
build.target swig-py
Modified: trunk/dports/devel/subversion-python25bindings/Portfile (108525 => 108526)
--- trunk/dports/devel/subversion-python25bindings/Portfile 2013-07-25 18:50:32 UTC (rev 108525)
+++ trunk/dports/devel/subversion-python25bindings/Portfile 2013-07-25 19:36:43 UTC (rev 108526)
@@ -54,7 +54,9 @@
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.5 \
ac_cv_python_includes=-I${prefix}/include/python2.5 \
ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.5" \
- ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.5"
+ ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.5" \
+ ac_cv_python_compile=${configure.cc}
+
use_parallel_build yes
build.target swig-py
destroot.target install-swig-py DESTDIR=${destroot}
Modified: trunk/dports/devel/subversion-python26bindings/Portfile (108525 => 108526)
--- trunk/dports/devel/subversion-python26bindings/Portfile 2013-07-25 18:50:32 UTC (rev 108525)
+++ trunk/dports/devel/subversion-python26bindings/Portfile 2013-07-25 19:36:43 UTC (rev 108526)
@@ -54,7 +54,9 @@
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.6 \
ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.6/include/python2.6 \
ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
- ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python"
+ ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
+ ac_cv_python_compile=${configure.cc}
+
use_parallel_build yes
build.target swig-py
destroot.target install-swig-py DESTDIR=${destroot}
Modified: trunk/dports/devel/subversion-python27bindings/Portfile (108525 => 108526)
--- trunk/dports/devel/subversion-python27bindings/Portfile 2013-07-25 18:50:32 UTC (rev 108525)
+++ trunk/dports/devel/subversion-python27bindings/Portfile 2013-07-25 19:36:43 UTC (rev 108526)
@@ -54,7 +54,9 @@
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.7 \
ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
- ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python"
+ ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
+ ac_cv_python_compile=${configure.cc}
+
use_parallel_build yes
build.target swig-py
destroot.target install-swig-py DESTDIR=${destroot}