summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-16 07:37:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-16 07:37:07 +0000
commitf9900f8984294dd927c8c1d43935b091ec4f933e (patch)
treeab6fb445f1dfe07b43ad55cda7b71875f0705c87 /app-text
parentVersion 0.49 released. (diff)
downloadgentoo-2-f9900f8984294dd927c8c1d43935b091ec4f933e.tar.gz
gentoo-2-f9900f8984294dd927c8c1d43935b091ec4f933e.tar.bz2
gentoo-2-f9900f8984294dd927c8c1d43935b091ec4f933e.zip
added explanation for weird build paramaters and instructions
Diffstat (limited to 'app-text')
-rw-r--r--app-text/aspell/aspell-0.33.7.1-r1.ebuild9
1 files changed, 8 insertions, 1 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 408f4e52d3ec..02904cef6e06 100644
--- a/app-text/aspell/aspell-0.33.7.1-r1.ebuild
+++ b/app-text/aspell/aspell-0.33.7.1-r1.ebuild
@@ -13,6 +13,11 @@ HOMEPAGE="http://aspell.sourceforge.net"
DEPEND=">=app-text/pspell-0.12
>=sys-libs/ncurses-5.2"
+#
+# These flags a reset here because too much optimisation can cause aspell's
+# compilation process to break. Moreover, these must be set before ./configure
+# otherwise it breaks again. A very fragile build process, really.
+#
CXXFLAGS="-O3"
CFLAGS=${CXXFLAGS}
@@ -23,7 +28,9 @@ src_unpack() {
}
src_compile() {
-
+ #
+ # These two lines are here again to prevent breaking the compilation
+ #
libtoolize --copy --force
aclocal