diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-08 20:44:56 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-08 20:44:56 +0000 |
commit | 01e0633da5d7b50ac5cede419f14351df114f06f (patch) | |
tree | 46258351a927f21d05843183c79a95c71609c7ba /media-video/SDLcam/SDLcam-0.8.2.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-01e0633da5d7b50ac5cede419f14351df114f06f.tar.gz historical-01e0633da5d7b50ac5cede419f14351df114f06f.tar.bz2 historical-01e0633da5d7b50ac5cede419f14351df114f06f.zip |
Fixing build against glibc 2.10, bug #279787
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'media-video/SDLcam/SDLcam-0.8.2.ebuild')
-rw-r--r-- | media-video/SDLcam/SDLcam-0.8.2.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/media-video/SDLcam/SDLcam-0.8.2.ebuild b/media-video/SDLcam/SDLcam-0.8.2.ebuild index 8aa0596fef43..3304e316c9f8 100644 --- a/media-video/SDLcam/SDLcam-0.8.2.ebuild +++ b/media-video/SDLcam/SDLcam-0.8.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.8.2.ebuild,v 1.1 2007/10/08 18:10:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.8.2.ebuild,v 1.2 2009/08/08 20:44:56 vostorga Exp $ + +inherit eutils DESCRIPTION="webcam application that uses the SDL library" HOMEPAGE="http://sdlcam.raphnet.net/" @@ -21,6 +23,12 @@ DEPEND="dev-libs/libxml2 S=${WORKDIR}/sdlcam-${PV} +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-glibc210.patch +} + src_install() { emake install DESTDIR="${D}" || die dodoc AUTHORS ChangeLog NEWS README TODO \ |