pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libvpx



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 10 10:45:07 UTC 2017

Modified Files:
        pkgsrc/multimedia/libvpx: Makefile

Log Message:
Disable libyuv's SSE code on 32-bit SunOS, it doesn't compile at present.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/multimedia/libvpx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libvpx/Makefile
diff -u pkgsrc/multimedia/libvpx/Makefile:1.68 pkgsrc/multimedia/libvpx/Makefile:1.69
--- pkgsrc/multimedia/libvpx/Makefile:1.68      Wed May  3 08:38:43 2017
+++ pkgsrc/multimedia/libvpx/Makefile   Wed May 10 10:45:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2017/05/03 08:38:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.69 2017/05/10 10:45:07 jperkin Exp $
 
 DISTNAME=      libvpx-1.6.1
 CATEGORIES=    multimedia
@@ -80,6 +80,8 @@ CONFIGURE_ARGS+=      --target=ppc32-darwin8-
 CONFIGURE_ARGS+=       --target=x86_64-solaris-gcc
 .  elif ${MACHINE_ARCH} == "i386"
 CONFIGURE_ARGS+=       --target=x86-solaris-gcc
+# Disable libyuv SSE code, it doesn't compile at present.
+CFLAGS+=               -U__SSE2__
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index