diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-25 14:20:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-25 14:20:04 +0000 |
commit | 5f5f822a14d3b7aac2d51d88b581872ea33a7d21 (patch) | |
tree | d84ede01f6114f72dad12a4567f54283f2254604 /media-libs | |
parent | Add ~sparc wrt #361615 (diff) | |
download | gentoo-2-5f5f822a14d3b7aac2d51d88b581872ea33a7d21.tar.gz gentoo-2-5f5f822a14d3b7aac2d51d88b581872ea33a7d21.tar.bz2 gentoo-2-5f5f822a14d3b7aac2d51d88b581872ea33a7d21.zip |
append-cflags -mno-vis for sparc wrt #357149 by Alex Buell
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xvid/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xvid/xvid-1.3.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/xvid/ChangeLog b/media-libs/xvid/ChangeLog index 9c741cdb018f..536bec10e0c8 100644 --- a/media-libs/xvid/ChangeLog +++ b/media-libs/xvid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/xvid # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.124 2011/03/31 19:54:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.125 2011/04/25 14:20:04 ssuominen Exp $ + + 25 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xvid-1.3.1.ebuild: + append-cflags -mno-vis for sparc wrt #357149 by Alex Buell *xvid-1.3.1 (31 Mar 2011) diff --git a/media-libs/xvid/xvid-1.3.1.ebuild b/media-libs/xvid/xvid-1.3.1.ebuild index f70ffa012b59..953a67697ee9 100644 --- a/media-libs/xvid/xvid-1.3.1.ebuild +++ b/media-libs/xvid/xvid-1.3.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.3.1.ebuild,v 1.1 2011/03/31 19:54:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.3.1.ebuild,v 1.2 2011/04/25 14:20:04 ssuominen Exp $ EAPI=2 -inherit multilib +inherit flag-o-matic multilib MY_PN=${PN}core MY_P=${MY_PN}-${PV} @@ -28,6 +28,8 @@ RDEPEND="" S=${WORKDIR}/${MY_PN}/build/generic src_configure() { + use sparc && append-cflags -mno-vis #357149 + local myconf use pic && myconf="--disable-assembly" |