[82742] trunk/dports/python/py27-wxpython/Portfile

jmr at macports.org jmr at macports.org
Fri Aug 19 12:33:09 PDT 2011


Revision: 82742
          http://trac.macports.org/changeset/82742
Author:   jmr at macports.org
Date:     2011-08-19 12:33:08 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
py27-wxpython: don't set configure.build_arch to i386 unconditionally (#27715)

Modified Paths:
--------------
    trunk/dports/python/py27-wxpython/Portfile

Modified: trunk/dports/python/py27-wxpython/Portfile
===================================================================
--- trunk/dports/python/py27-wxpython/Portfile	2011-08-19 19:22:41 UTC (rev 82741)
+++ trunk/dports/python/py27-wxpython/Portfile	2011-08-19 19:33:08 UTC (rev 82742)
@@ -34,7 +34,8 @@
 extract.post_args	"| tar -xf - ${worksrcdir} ${distname}/docs"
 
 universal_variant	no
-configure.build_arch	i386
+# wxWidgets is not 64-bit
+supported_archs	i386 ppc
 
 build.env	UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx/config:$env(PATH)"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110819/2e75f88d/attachment-0001.html>


More information about the macports-changes mailing list