Revision: 70236 http://trac.macports.org/changeset/70236 Author: ryandesign@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}"
participants (1)
-
ryandesign@macports.org