Date: Fri, 29 Mar 2013 15:20:53 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315542 - head/multimedia/mplayer Message-ID: <201303291520.r2TFKrcA032776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Fri Mar 29 15:20:53 2013 New Revision: 315542 URL: http://svnweb.freebsd.org/changeset/ports/315542 Log: Also disable the use of SSE4/SSE4.2/AVX instructions when using the old toolchain. Fixes the build on 8.4 i386. Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Modified: head/multimedia/mplayer/Makefile.options Modified: head/multimedia/mplayer/Makefile.options ============================================================================== --- head/multimedia/mplayer/Makefile.options Fri Mar 29 14:13:20 2013 (r315541) +++ head/multimedia/mplayer/Makefile.options Fri Mar 29 15:20:53 2013 (r315542) @@ -74,7 +74,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- USE_GCC?= 4.6+ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .else -CONFIGURE_ARGS+=--disable-ssse3 --disable-fast-cmov +CONFIGURE_ARGS+=--disable-ssse3 --disable-sse4 --disable-sse42 \ + --disable-avx --disable-fast-cmov EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base_system_gcc .if ${ARCH} == "amd64" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303291520.r2TFKrcA032776>