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

jmr at macports.org jmr at macports.org
Sun May 20 10:33:24 PDT 2012


Revision: 93349
          https://trac.macports.org/changeset/93349
Author:   jmr at macports.org
Date:     2012-05-20 10:33:23 -0700 (Sun, 20 May 2012)
Log Message:
-----------
libvpx: fix check

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

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2012-05-20 17:31:03 UTC (rev 93348)
+++ trunk/dports/multimedia/libvpx/Portfile	2012-05-20 17:33:23 UTC (rev 93349)
@@ -89,7 +89,7 @@
 } else {
     # specify only the single target, otherwise 'configure' will try
     # for a universal install.
-    if {[info exists my_targets(${my_arch})]} {
+    if {[info exists my_targets(${build_arch})]} {
         configure.args-append --target=$my_targets(${build_arch})-${os.platform}${os.major}-gcc
     } else {
         configure.args-append --target=${os.arch}-${os.platform}${os.major}-gcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/0875cb61/attachment.html>


More information about the macports-changes mailing list