[58698] trunk/dports/lang/python26/Portfile
jmr at macports.org
jmr at macports.org
Fri Oct 2 20:03:50 PDT 2009
Revision: 58698
http://trac.macports.org/changeset/58698
Author: jmr at macports.org
Date: 2009-10-02 20:03:47 -0700 (Fri, 02 Oct 2009)
Log Message:
-----------
python26: fix universal now that autoconf is no longer being run (reverse of r57368)
Revision Links:
--------------
http://trac.macports.org/changeset/57368
Modified Paths:
--------------
trunk/dports/lang/python26/Portfile
Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile 2009-10-03 00:53:48 UTC (rev 58697)
+++ trunk/dports/lang/python26/Portfile 2009-10-03 03:03:47 UTC (rev 58698)
@@ -137,11 +137,11 @@
}
reinplace \
"s|UNIVERSAL_ARCH_FLAGS=\".*\"|UNIVERSAL_ARCH_FLAGS=\"${universal_arch_flags}\"|" \
- ${worksrcpath}/configure.in
+ ${worksrcpath}/configure
if {${os.major} >= 9} {
reinplace \
"s|ARCH_RUN_32BIT=\".*\"|ARCH_RUN_32BIT=\"arch ${arch_run_32bit}\"|" \
- ${worksrcpath}/configure.in
+ ${worksrcpath}/configure
}
}
if {${macosx_version} == "10.4" && ${os.arch} == "powerpc"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091002/82d29cca/attachment.html>
More information about the macports-changes
mailing list