diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-08 18:31:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-08 18:31:10 +0000 |
commit | 4194a44d19d6232602c6cb5b808e9e8ff5cd09fc (patch) | |
tree | 1534683bd71ab50f11fa04b2082855066d9f1688 /media-gfx/sam2p/sam2p-0.49.2.ebuild | |
parent | Remove old (diff) | |
download | historical-4194a44d19d6232602c6cb5b808e9e8ff5cd09fc.tar.gz historical-4194a44d19d6232602c6cb5b808e9e8ff5cd09fc.tar.bz2 historical-4194a44d19d6232602c6cb5b808e9e8ff5cd09fc.zip |
Fix by Dmitry Derevyanko for building w/glibc-2.20 #524048 by Dale Lukas Peterson.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.49.2.ebuild')
-rw-r--r-- | media-gfx/sam2p/sam2p-0.49.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/sam2p/sam2p-0.49.2.ebuild b/media-gfx/sam2p/sam2p-0.49.2.ebuild index 87e6fd0a6700..edf9559d4957 100644 --- a/media-gfx/sam2p/sam2p-0.49.2.ebuild +++ b/media-gfx/sam2p/sam2p-0.49.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild,v 1.1 2014/11/02 11:39:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild,v 1.2 2014/11/08 18:31:08 vapier Exp $ EAPI=4 inherit autotools eutils toolchain-funcs @@ -22,7 +22,8 @@ RESTRICT="test" src_prepare() { epatch \ "${FILESDIR}"/${PN}-0.45-fbsd.patch \ - "${FILESDIR}"/${PN}-0.49.1-build.patch + "${FILESDIR}"/${PN}-0.49.1-build.patch \ + "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch eautoreconf tc-export CXX } |