diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-02 03:36:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-02 03:36:52 +0000 |
commit | ed8c2ad7a1d7820da38b7b72a5dce26d86cfa631 (patch) | |
tree | 5b56021ed915d62bea76b8bcfd25ec06baa59d0d /dev-db/recutils/recutils-1.5.ebuild | |
parent | vanilla-3.6.5 + genpatches-3.6-4 + grsecurity-2.9.1-3.6.5-201210312121 (diff) | |
download | gentoo-2-ed8c2ad7a1d7820da38b7b72a5dce26d86cfa631.tar.gz gentoo-2-ed8c2ad7a1d7820da38b7b72a5dce26d86cfa631.tar.bz2 gentoo-2-ed8c2ad7a1d7820da38b7b72a5dce26d86cfa631.zip |
Fix build with glibc-2.16 (bug #426922).
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-db/recutils/recutils-1.5.ebuild')
-rw-r--r-- | dev-db/recutils/recutils-1.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/recutils/recutils-1.5.ebuild b/dev-db/recutils/recutils-1.5.ebuild index 8216f7361ff4..91bc2fc6c05a 100644 --- a/dev-db/recutils/recutils-1.5.ebuild +++ b/dev-db/recutils/recutils-1.5.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/dev-db/recutils/recutils-1.5.ebuild,v 1.2 2012/05/03 02:33:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v 1.3 2012/11/02 03:36:52 radhermit Exp $ EAPI=4 @@ -38,6 +38,7 @@ SITEFILE="50${PN}-gentoo.el" src_prepare() { epatch "${FILESDIR}"/${P}-automagic.patch + epatch "${FILESDIR}"/${P}-glibc-2.16.patch # Don't unconditionally install emacs files sed -i -e "/^dist_lisp_DATA/d" etc/Makefile.am || die |