diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 03:57:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 03:57:31 +0000 |
commit | 61eb2e05fd62479fe374ff41a269abd5bd659032 (patch) | |
tree | a81adcc832c726f65c535f6a3b9d80130d4f0a2c /app-text/pspell | |
parent | w00t! it _finally_ merges! the beast is dead, the beast is dead (diff) | |
download | historical-61eb2e05fd62479fe374ff41a269abd5bd659032.tar.gz historical-61eb2e05fd62479fe374ff41a269abd5bd659032.tar.bz2 historical-61eb2e05fd62479fe374ff41a269abd5bd659032.zip |
unmasked
Diffstat (limited to 'app-text/pspell')
-rw-r--r-- | app-text/pspell/pspell-0.12.2-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/pspell/pspell-0.12.2-r1.ebuild b/app-text/pspell/pspell-0.12.2-r1.ebuild index 129dd87ccc55..9813efa70fb7 100644 --- a/app-text/pspell/pspell-0.12.2-r1.ebuild +++ b/app-text/pspell/pspell-0.12.2-r1.ebuild @@ -25,6 +25,11 @@ src_compile() { --host=${CHOST} || die "./configure failed" emake || die "Parallel Make Failed" + cd modules + ./configure \ + --prefix=/usr \ + --host=${CHOST} || die "Modules config failed" + emake || die "Modules compilation filed" } |