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 | 97fb06a549c22fc2e5feb36bfe3f9634404647b2 (patch) | |
tree | 63212d31a9308881d8cf2ab116ba5ab37b916956 /app-text/aspell/aspell-0.50_pre20020811.ebuild | |
parent | new version of net-misc/netstat-nat (diff) | |
download | gentoo-2-97fb06a549c22fc2e5feb36bfe3f9634404647b2.tar.gz gentoo-2-97fb06a549c22fc2e5feb36bfe3f9634404647b2.tar.bz2 gentoo-2-97fb06a549c22fc2e5feb36bfe3f9634404647b2.zip |
elibtoolized
Diffstat (limited to 'app-text/aspell/aspell-0.50_pre20020811.ebuild')
-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 \ |