Changeset 83190
- Timestamp:
- 08/27/11 10:13:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/python32/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/python32/Portfile
r82967 r83190 79 79 select.group python 80 80 select.file ${filespath}/python[string map {. {}} ${branch}] 81 set confdir config-${branch}m 81 82 82 83 notes \ … … 101 102 # full path to the proper Python framework file (which becomes 102 103 # ${prefix}/Library/Frameworks/Python.framework/Versions/3.2/Python) 103 reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/ config-${branch}m/Makefile104 reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/$confdir/Makefile 104 105 105 106 # remove -arch flags from the config 106 reinplace -E {s|-arch [a-z0-9_]+||g} \107 ${destroot}${framewdir}/lib/python${branch}/config-${branch}m/Makefile107 reinplace -E {s|-arch [a-z0-9_]+||g} \ 108 ${destroot}${framewdir}/lib/python${branch}/$confdir/Makefile 108 109 } 109 110 … … 146 147 variant ucs4 description {Use 4-byte Unicode characters} { 147 148 configure.args-append --with-wide-unicode 149 set confdir config-${branch}mu 148 150 } 149 151
Note: See TracChangeset
for help on using the changeset viewer.

