diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 23:12:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 23:12:32 +0000 |
commit | 5fa887a3a89ba54119a5a5f8bd13ba6fd16f4545 (patch) | |
tree | b65de97f7244700ce8492ad0661c4bd0535b3ce9 /sys-apps/parted | |
parent | man page/LFH fixes (diff) | |
download | historical-5fa887a3a89ba54119a5a5f8bd13ba6fd16f4545.tar.gz historical-5fa887a3a89ba54119a5a5f8bd13ba6fd16f4545.tar.bz2 historical-5fa887a3a89ba54119a5a5f8bd13ba6fd16f4545.zip |
last nls fix fixed
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/parted-1.4.24-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-apps/parted/parted-1.4.24-r1.ebuild b/sys-apps/parted/parted-1.4.24-r1.ebuild index 9fe881478cf5..e5624b007953 100644 --- a/sys-apps/parted/parted-1.4.24-r1.ebuild +++ b/sys-apps/parted/parted-1.4.24-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r1.ebuild,v 1.1 2002/03/27 14:06:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r1.ebuild,v 1.2 2002/03/27 23:12:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced partition modification system" @@ -15,6 +15,15 @@ DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.38 ) python? ( >=dev-lang/python-2.0 )" +src_unpack() { + unpack ${A} + if [ -z "`use nls`" ] + then + touch ${S}/parted/libintl.h + touch ${S}/debug/clearfat/libintl.h + find ${S}/libparted/ -type d -exec touch {}/libintl.h \; + fi +} src_compile() { |