diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-24 10:36:36 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-24 10:36:36 +0000 |
commit | 17d6cfef57f2f0bb7aba966fd774da9dc4cee9bd (patch) | |
tree | bc88f2452cbb21b2209622c370d13255d6c33ec5 /app-text | |
parent | Possible fix for some systems having trouble building aspell (diff) | |
download | historical-17d6cfef57f2f0bb7aba966fd774da9dc4cee9bd.tar.gz historical-17d6cfef57f2f0bb7aba966fd774da9dc4cee9bd.tar.bz2 historical-17d6cfef57f2f0bb7aba966fd774da9dc4cee9bd.zip |
Dont update aspell-0.33.7.1-r1.ebuild
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/aspell-0.33.7.1-r1.ebuild | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/app-text/aspell/aspell-0.33.7.1-r1.ebuild b/app-text/aspell/aspell-0.33.7.1-r1.ebuild index 4bf33cbb81d8..53b5326c8b94 100644 --- a/app-text/aspell/aspell-0.33.7.1-r1.ebuild +++ b/app-text/aspell/aspell-0.33.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.8 2002/07/24 10:35:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.9 2002/07/24 10:36:36 aliz Exp $ inherit libtool @@ -25,23 +25,7 @@ KEYWORDS="x86" CXXFLAGS="-O3" CFLAGS=${CXXFLAGS} -# needed to compile - -if [ -e /lib/libc-2.2.5.so ] && [ `gcc -dumpversion` == "2.95.3" ]; then - if [ ! -f /etc/aspell/aspell.conf ]; then - mkdir -p /etc/aspell - touch /etc/aspell/aspell.conf - fi - if [ ! -f /root/.aspell.conf ]; then - touch /root/.aspell.conf - fi -fi - -touch /root/.aspell.conf -mkdir -p /etc/aspell && touch /etc/aspell/aspell.conf - src_unpack() { - unpack ${MY_P}.tar.gz cd ${S} patch -p0 < ${DISTDIR}/aspell-.33-fix2.diff |