summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2006-03-19 19:21:57 +0000
committerAnders Rune Jensen <arj@gentoo.org>2006-03-19 19:21:57 +0000
commit81122bdf4664fa42a8ff49d6115dd1ac8dc50405 (patch)
tree256258863dc9f5f998880f8740fefd35c4304999 /app-text/aspell/aspell-0.50.5-r4.ebuild
parentAdd DEPEND on app-arch/unzip (diff)
downloadgentoo-2-81122bdf4664fa42a8ff49d6115dd1ac8dc50405.tar.gz
gentoo-2-81122bdf4664fa42a8ff49d6115dd1ac8dc50405.tar.bz2
gentoo-2-81122bdf4664fa42a8ff49d6115dd1ac8dc50405.zip
fix bug
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text/aspell/aspell-0.50.5-r4.ebuild')
-rw-r--r--app-text/aspell/aspell-0.50.5-r4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r4.ebuild b/app-text/aspell/aspell-0.50.5-r4.ebuild
index e46698249628..563c3ffd064a 100644
--- a/app-text/aspell/aspell-0.50.5-r4.ebuild
+++ b/app-text/aspell/aspell-0.50.5-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.13 2006/01/17 01:42:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.14 2006/03/19 19:21:57 arj Exp $
inherit libtool eutils flag-o-matic
@@ -27,6 +27,9 @@ src_compile() {
if [ "${ARCH}" == "ppc" ] || [ "${ARCH}" == "ppc-macos" ]; then
append-flags -O2 -fsigned-char
fi
+ if [ "${ARCH}" == "alpha" ]; then
+ replace-flags -Os -O2
+ fi
use gpm && append-ldflags -lgpm
filter-flags -fno-rtti
elibtoolize --reverse-deps