Revision: 108526 https://trac.macports.org/changeset/108526 Author: dluke@macports.org Date: 2013-07-25 12:36:43 -0700 (Thu, 25 Jul 2013) Log Message: ----------- subversion-python2?bindings: build with the macports-selected compiler, which should fix the build when python was built with llvm-gcc but subversion was built with clang. Of course, it's probably best to build everything with the same compiler... Modified Paths: -------------- trunk/dports/devel/subversion-python24bindings/Portfile trunk/dports/devel/subversion-python25bindings/Portfile trunk/dports/devel/subversion-python26bindings/Portfile trunk/dports/devel/subversion-python27bindings/Portfile Modified: trunk/dports/devel/subversion-python24bindings/Portfile =================================================================== --- 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 =================================================================== --- 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 =================================================================== --- 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 =================================================================== --- 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}
participants (1)
-
dluke@macports.org