diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-10 14:48:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-10 14:48:18 +0000 |
commit | 71a026da9d5801faa0a2d0d9111b8ad9f543bf9d (patch) | |
tree | a4a6c75326bcb9f77073dd22b53dedfe4f76e9a6 /app-text/aspell | |
parent | Added threading support (now stable), fixed hard coded architecture (diff) | |
download | gentoo-2-71a026da9d5801faa0a2d0d9111b8ad9f543bf9d.tar.gz gentoo-2-71a026da9d5801faa0a2d0d9111b8ad9f543bf9d.tar.bz2 gentoo-2-71a026da9d5801faa0a2d0d9111b8ad9f543bf9d.zip |
carpaski fixes
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.33.7.1-r2.ebuild | 24 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50_pre20020730 | 1 |
2 files changed, 16 insertions, 9 deletions
diff --git a/app-text/aspell/aspell-0.33.7.1-r2.ebuild b/app-text/aspell/aspell-0.33.7.1-r2.ebuild index 21ca85b50ebc..cd8f234f3e92 100644 --- a/app-text/aspell/aspell-0.33.7.1-r2.ebuild +++ b/app-text/aspell/aspell-0.33.7.1-r2.ebuild @@ -1,6 +1,6 @@ # 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.33.7.1-r2.ebuild,v 1.2 2002/08/06 14:50:21 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r2.ebuild,v 1.3 2002/08/10 14:48:18 seemant Exp $ inherit libtool @@ -27,15 +27,17 @@ 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 +pkg_setup() { + 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 - if [ ! -f /root/.aspell.conf ]; then - touch /root/.aspell.conf - fi -fi +} src_unpack() { @@ -56,6 +58,10 @@ src_compile() { --host=${CHOST} \ --enable-doc-dir=/usr/share/doc/${P} || die + # cp data/Makefile data/Makefile.orig + # sed 's:aspell --lang=english:& --dict-dir=.:' \ + # data/Makefile.orig > data/Makefile + emake || die } diff --git a/app-text/aspell/files/digest-aspell-0.50_pre20020730 b/app-text/aspell/files/digest-aspell-0.50_pre20020730 new file mode 100644 index 000000000000..0e43a198abfa --- /dev/null +++ b/app-text/aspell/files/digest-aspell-0.50_pre20020730 @@ -0,0 +1 @@ +MD5 36bdbcc16adbf9674c412d69c6594808 aspell-0.50-20020730.tar.gz 880665 |