[137226] trunk/dports/multimedia/libvpx/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jun 6 21:52:46 PDT 2015
Revision: 137226
https://trac.macports.org/changeset/137226
Author: ryandesign at macports.org
Date: 2015-06-06 21:52:46 -0700 (Sat, 06 Jun 2015)
Log Message:
-----------
libvpx: only depend on yasm when building for an Intel arch (#40154)
Modified Paths:
--------------
trunk/dports/multimedia/libvpx/Portfile
Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile 2015-06-07 03:54:34 UTC (rev 137225)
+++ trunk/dports/multimedia/libvpx/Portfile 2015-06-07 04:52:46 UTC (rev 137226)
@@ -31,7 +31,9 @@
checksums rmd160 bf74821ac8f20ed30f44b6e01473ee1f332f721c \
sha256 d3dcc8d84af51c6c382b214397c62402e37a799e8ebcda6f4217aef0010451a9
-depends_build port:yasm
+if {[string match "*86*" [get_canonical_archs]]} {
+ depends_build-append port:yasm
+}
patchfiles patch-build-make-configure.sh.diff \
patch-configure.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150606/cb3c9a98/attachment.html>
More information about the macports-changes
mailing list