components/desktop/libvpx/Makefile
changeset 5973 e70390875a14
parent 5939 77fb180fb4fa
child 6003 471c600681fd
--- a/components/desktop/libvpx/Makefile	Mon May 09 00:53:38 2016 -0700
+++ b/components/desktop/libvpx/Makefile	Thu May 12 11:26:45 2016 -0700
@@ -67,7 +67,9 @@
 CONFIGURE_OPTIONS.i386.32 += --target=x86-solaris-gcc
 CONFIGURE_OPTIONS.i386.64 += --target=x86_64-solaris-gcc
 
+ifneq ($(MACH), sparc)
 REQUIRED_PACKAGES += developer/yasm
+endif
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime