diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2009-10-10 22:48:35 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2009-10-10 22:48:35 +0000 |
commit | cfbe9831c871653ef9465e9e5b338905093ddd91 (patch) | |
tree | eb5b0a879d74db0cba9c66a2beb77ac3e8afca3b /app-editors/nvi/nvi-1.81.6-r3.ebuild | |
parent | Remove --nobind from init script for bug #282721 (diff) | |
download | historical-cfbe9831c871653ef9465e9e5b338905093ddd91.tar.gz historical-cfbe9831c871653ef9465e9e5b338905093ddd91.tar.bz2 historical-cfbe9831c871653ef9465e9e5b338905093ddd91.zip |
Fix build with perl-5.10 with USE=-ithreads (#287654)
Package-Manager: portage-2.2_rc44/cvs/Linux i686
Diffstat (limited to 'app-editors/nvi/nvi-1.81.6-r3.ebuild')
-rw-r--r-- | app-editors/nvi/nvi-1.81.6-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/nvi/nvi-1.81.6-r3.ebuild b/app-editors/nvi/nvi-1.81.6-r3.ebuild index e99f4860980a..1959ade5173f 100644 --- a/app-editors/nvi/nvi-1.81.6-r3.ebuild +++ b/app-editors/nvi/nvi-1.81.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.2 2009/10/08 19:54:16 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.3 2009/10/10 22:48:34 truedfx Exp $ inherit autotools db-use eutils flag-o-matic @@ -37,6 +37,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-db44.patch epatch "${FILESDIR}"/${P}-db.patch epatch "${FILESDIR}"/${P}-perl-as-needed.patch + epatch "${FILESDIR}"/${P}-perl-shortnames.patch cd ../dist || die chmod +x findconfig || die append-flags -I"$(db_includedir ${DBVERS})" |