[57368] trunk/dports/lang/python26/Portfile

blb at macports.org blb at macports.org
Thu Sep 10 00:26:20 PDT 2009


Revision: 57368
          http://trac.macports.org/changeset/57368
Author:   blb at macports.org
Date:     2009-09-10 00:26:15 -0700 (Thu, 10 Sep 2009)
Log Message:
-----------
lang/python26 - fix +universal, ticket #21222

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2009-09-10 07:17:48 UTC (rev 57367)
+++ trunk/dports/lang/python26/Portfile	2009-09-10 07:26:15 UTC (rev 57368)
@@ -138,11 +138,11 @@
       }
       reinplace \
          "s|UNIVERSAL_ARCH_FLAGS=\".*\"|UNIVERSAL_ARCH_FLAGS=\"${universal_arch_flags}\"|" \
-         ${worksrcpath}/configure
+         ${worksrcpath}/configure.in
       if {${os.major} >= 9} {
          reinplace \
             "s|ARCH_RUN_32BIT=\".*\"|ARCH_RUN_32BIT=\"arch ${arch_run_32bit}\"|" \
-            ${worksrcpath}/configure
+            ${worksrcpath}/configure.in
       }
    }
    if {${macosx_version} == "10.4" && ${os.arch} == "powerpc"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090910/12ed5043/attachment.html>


More information about the macports-changes mailing list