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 | c1217a8f472678ba6963e6bf366e520705c19363 (patch) | |
tree | c4f2f593c51f95403d1ab04824de633a5f505f18 /media-libs/xvid | |
parent | Add ~sparc wrt #361615 (diff) | |
download | historical-c1217a8f472678ba6963e6bf366e520705c19363.tar.gz historical-c1217a8f472678ba6963e6bf366e520705c19363.tar.bz2 historical-c1217a8f472678ba6963e6bf366e520705c19363.zip |
append-cflags -mno-vis for sparc wrt #357149 by Alex Buell
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'media-libs/xvid')
-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" |