[137267] trunk/dports/multimedia/libvpx/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 7 16:05:53 PDT 2015


Revision: 137267
          https://trac.macports.org/changeset/137267
Author:   ryandesign at macports.org
Date:     2015-06-07 16:05:53 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
libvpx: fix configure failure if universal_archs does not contain build_arch (#47988)

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2015-06-07 20:16:19 UTC (rev 137266)
+++ trunk/dports/multimedia/libvpx/Portfile	2015-06-07 23:05:53 UTC (rev 137267)
@@ -99,7 +99,7 @@
 
 # We must specify the target, otherwise the configure script will guess,
 # and that may not match what the user requested in macports.conf.
-foreach my_arch ${configure.universal_archs} {
+foreach my_arch {ppc ppc64 i386 x86_64} {
     set merger_host(${my_arch}) ""
     if {[info exists my_targets(${my_arch})]} {
         set merger_configure_args(${my_arch}) --target=$my_targets(${my_arch})-${os.platform}-gcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/9a1163be/attachment.html>


More information about the macports-changes mailing list