summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-03-24 12:48:44 +0000
committerMarinus Schraal <foser@gentoo.org>2003-03-24 12:48:44 +0000
commitd9f5385b3bbb45101157bc44edac0938d5621120 (patch)
treeae97edc43ba4a84757698fe8928e5a0f7be0bcb9 /app-office
parentNew gimp 1.3 release (diff)
downloadhistorical-d9f5385b3bbb45101157bc44edac0938d5621120.tar.gz
historical-d9f5385b3bbb45101157bc44edac0938d5621120.tar.bz2
historical-d9f5385b3bbb45101157bc44edac0938d5621120.zip
lower optimizations to fix crash on exit
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/ChangeLog5
-rw-r--r--app-office/abiword/abiword-1.0.5.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 0b2f5000c4a1..d2de69121fce 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.27 2003/03/21 17:30:22 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.28 2003/03/24 12:48:44 foser Exp $
*abiword-1.0.5 (16 Mar 2003)
+ 24 Mar 2003; foser <foser@gentoo.org> abiword-1.0.5.ebuild :
+ Lowered optimizations to -O1 as suggested in to fix on-exit crash (#8100)
+
16 Mar 2003; foser <foser@gentoo.org> abiword-1.0.5.ebuild :
New version
disabled gnome USE because it breaks
diff --git a/app-office/abiword/abiword-1.0.5.ebuild b/app-office/abiword/abiword-1.0.5.ebuild
index 608bb7b81e2d..f0a70216120b 100644
--- a/app-office/abiword/abiword-1.0.5.ebuild
+++ b/app-office/abiword/abiword-1.0.5.ebuild
@@ -1,7 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.5.ebuild,v 1.1 2003/03/21 17:30:22 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.5.ebuild,v 1.2 2003/03/24 12:48:44 foser Exp $
+inherit flag-o-matic
+
+replace-flags "-O?" "-O1"
IUSE="nls build spell jpeg xml2"
S=${WORKDIR}/${P}/abi