summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/openoffice/ChangeLog6
-rw-r--r--app-office/openoffice/openoffice-2.0.2-r2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index cf24bc962c0a..2359fcf318f0 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.221 2006/05/30 18:16:06 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.222 2006/05/30 19:50:03 suka Exp $
+
+ 30 May 2006; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-2.0.2-r2.ebuild:
+ Replace -01 with -02 as the first one causes build problems, see bug #133627
30 May 2006; Andreas Proschofsky <suka@gentoo.org>
openoffice-2.0.2-r2.ebuild:
diff --git a/app-office/openoffice/openoffice-2.0.2-r2.ebuild b/app-office/openoffice/openoffice-2.0.2-r2.ebuild
index 532d7d0f9621..a1e9bcc32682 100644
--- a/app-office/openoffice/openoffice-2.0.2-r2.ebuild
+++ b/app-office/openoffice/openoffice-2.0.2-r2.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-office/openoffice/openoffice-2.0.2-r2.ebuild,v 1.9 2006/05/30 18:16:06 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.2-r2.ebuild,v 1.10 2006/05/30 19:50:03 suka Exp $
inherit check-reqs eutils fdo-mime flag-o-matic java-pkg kde-functions mono toolchain-funcs
@@ -197,6 +197,7 @@ src_compile() {
filter-flags "-ffast-math"
replace-flags "-O3" "-O2"
replace-flags "-Os" "-O2"
+ replace-flags "-O1" "-O2"
# Now for our optimization flags ...
export ARCH_FLAGS="${CFLAGS}"