diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-14 17:02:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-14 17:02:41 +0000 |
commit | 830d8829b386758be5b336faea7d54e68f3452eb (patch) | |
tree | 6abd551a2a5952e06a468bd03157e67f234a49f6 /app-text/aspell | |
parent | new version of net-misc/netstat-nat (diff) | |
download | historical-830d8829b386758be5b336faea7d54e68f3452eb.tar.gz historical-830d8829b386758be5b336faea7d54e68f3452eb.tar.bz2 historical-830d8829b386758be5b336faea7d54e68f3452eb.zip |
elibtoolized
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50_pre20020811.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/aspell/aspell-0.50_pre20020811.ebuild b/app-text/aspell/aspell-0.50_pre20020811.ebuild index 4b7f25eb1f40..af4955866b5f 100644 --- a/app-text/aspell/aspell-0.50_pre20020811.ebuild +++ b/app-text/aspell/aspell-0.50_pre20020811.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50_pre20020811.ebuild,v 1.2 2002/08/14 13:04:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50_pre20020811.ebuild,v 1.3 2002/08/14 17:02:41 seemant Exp $ -#inherit libtool +inherit libtool MY_P=${P/_pre/-} S=${WORKDIR}/${MY_P} @@ -37,7 +37,7 @@ if [ -e /lib/libc-2.2.5.so ] && [ `gcc -dumpversion` == "2.95.3" ]; then fi src_compile() { -# elibtoolize + elibtoolize econf \ --disable-static \ |