Ticket #20184: patch-configure.py

File patch-configure.py, 700 bytes (added by dh@…, 15 years ago)
Line 
1--- configure.py.orig   2009-07-15 01:37:10.000000000 +1200
2+++ configure.py        2009-07-19 18:28:19.000000000 +1200
3@@ -840,7 +840,7 @@
4                 if sys.platform == "darwin":
5                     # We need to work out how to specify the right framework
6                     # version.
7-                    link = "-framework Python"
8+                    link = "%s @@MACPORTS_PYTHON_FRAMEWORK@@" % sipcfg.build_macros().get('LFLAGS', '')
9                 elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
10                       glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor))):
11                     lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])