diff options
Diffstat (limited to 'dev-libs/popt/popt-1.10.4-r1.ebuild')
-rw-r--r-- | dev-libs/popt/popt-1.10.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/popt/popt-1.10.4-r1.ebuild b/dev-libs/popt/popt-1.10.4-r1.ebuild index 7ba8729f9a30..cd76be887fb3 100644 --- a/dev-libs/popt/popt-1.10.4-r1.ebuild +++ b/dev-libs/popt/popt-1.10.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.4-r1.ebuild,v 1.8 2006/10/01 15:40:04 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.4-r1.ebuild,v 1.9 2006/10/09 18:46:52 sanchan Exp $ inherit flag-o-matic autotools @@ -23,6 +23,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-lib64.patch + use nls || epatch "${FILESDIR}"/${P}-nls.patch eautoreconf } |