diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-15 15:35:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-15 15:35:23 +0000 |
commit | c6abe495810ad2f8524e75752beda81a55f72c8b (patch) | |
tree | 4486489739715064d2d4db05becfa363962ffe63 /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | Stable for HPPA (bug #431520). (diff) | |
download | historical-c6abe495810ad2f8524e75752beda81a55f72c8b.tar.gz historical-c6abe495810ad2f8524e75752beda81a55f72c8b.tar.bz2 historical-c6abe495810ad2f8524e75752beda81a55f72c8b.zip |
Fix --enabled-shared for generic-gnu fallback targets (like ia64).
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index dea80bcce35d..9540a8181720 100644 --- a/media-libs/libvpx/libvpx-1.1.0.ebuild +++ b/media-libs/libvpx/libvpx-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.11 2012/08/14 15:45:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.12 2012/08/15 15:35:23 vapier Exp $ EAPI=4 inherit multilib toolchain-funcs base @@ -39,7 +39,10 @@ REQUIRED_USE=" sse2? ( mmx ) " -PATCHES=( "${FILESDIR}/${P}-chost.patch" ) +PATCHES=( + "${FILESDIR}/${P}-chost.patch" + "${FILESDIR}/${P}-generic-gnu-shared.patch" +) src_configure() { #let the build system decide which AS to use (it honours $AS but |