Revision: 74209 http://trac.macports.org/changeset/74209 Author: jwa@macports.org Date: 2010-12-07 09:13:47 -0800 (Tue, 07 Dec 2010) Log Message: ----------- restore posixmodule Modified Paths: -------------- trunk/dports/lang/python27/Portfile Modified: trunk/dports/lang/python27/Portfile =================================================================== --- trunk/dports/lang/python27/Portfile 2010-12-07 17:05:30 UTC (rev 74208) +++ trunk/dports/lang/python27/Portfile 2010-12-07 17:13:47 UTC (rev 74209) @@ -82,10 +82,10 @@ # system "cd ${worksrcpath} && ed - Modules/_localemodule.c < ${filespath}/_localemodule.c.ed" # system "cd ${worksrcpath} && ed - Lib/locale.py < ${filespath}/locale.py.ed" -# if {${os.platform} == "darwin" && ${os.major} > 9} { + if {${os.platform} == "darwin" && ${os.major} > 9} { # # http://trac.macports.org/ticket/21559 -# system "cd ${worksrcpath} && ed - Modules/posixmodule.c < ${filespath}/posixmodule.c.ed" -# } + system "cd ${worksrcpath} && ed - Modules/posixmodule.c < ${filespath}/posixmodule.c.ed" + } } build.target all
participants (1)
-
jwa@macports.org