Ticket #31193: Portfile.diff
File Portfile.diff, 964 bytes (added by kurtjaeke@…, 13 years ago) |
---|
-
Portfile
old new 16 16 checksums md5 e10a50c267665616bba722722adb9fe7 \ 17 17 sha1 8b798abb553b7a2ec1d54263f77ed5e719e41bb9 \ 18 18 rmd160 0e1e5ea8d62ecee920698fcd1c2355039e566e13 19 depends_lib port:python2 619 depends_lib port:python27 20 20 patchfiles patch-src_python_ktoblzcheck.py.diff 21 configure.python ${prefix}/bin/python2. 621 configure.python ${prefix}/bin/python2.7 22 22 configure.args --enable-static 23 set python_prefix ${frameworks_dir}/Python.framework/Versions/2. 624 set python_libsite ${python_prefix}/lib/python2. 6/site-packages23 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 24 set python_libsite ${python_prefix}/lib/python2.7/site-packages 25 25 configure.env am_cv_python_pythondir=${python_libsite} \ 26 26 am_cv_python_pyexecdir=${python_libsite} 27 27