pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libvpx Disable libyuv's SSE code on 32-bit ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53958f9e0d29
branches:  trunk
changeset: 362267:53958f9e0d29
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 10 10:45:07 2017 +0000

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

diffstat:

 multimedia/libvpx/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4fa895c7a855 -r 53958f9e0d29 multimedia/libvpx/Makefile
--- a/multimedia/libvpx/Makefile        Wed May 10 10:09:21 2017 +0000
+++ b/multimedia/libvpx/Makefile        Wed May 10 10:45:07 2017 +0000
@@ -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=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