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

ryandesign at macports.org ryandesign at macports.org
Tue Aug 3 00:16:08 PDT 2010


Revision: 70236
          http://trac.macports.org/changeset/70236
Author:   ryandesign at macports.org
Date:     2010-08-03 00:16:08 -0700 (Tue, 03 Aug 2010)
Log Message:
-----------
libvpx: the universal variant doesn't exist (see r70022) so don't try to set options when the user requests it

Revision Links:
--------------
    http://trac.macports.org/changeset/70022

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

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2010-08-03 04:49:01 UTC (rev 70235)
+++ trunk/dports/multimedia/libvpx/Portfile	2010-08-03 07:16:08 UTC (rev 70236)
@@ -55,7 +55,7 @@
 build.args      verbose=1
 
 # set configure parameters depending on if universal or not
-if {![variant_isset universal]} {
+if {![variant_isset universal] || ![variant_exists universal]} {
     # specify only the single target, otherwise 'configure' will try
     # for a 'universal' install.
     set tgt_isa "${build_arch}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100803/10382d16/attachment.html>


More information about the macports-changes mailing list