summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-01 16:37:53 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-01 16:37:53 +0000
commitb80eb325c2396debfa8983dff5060c74261a46ab (patch)
tree0069cc6d0bdc02fb0d72b12aba47c0b83fc57a9d /app-office/gnumeric/gnumeric-1.2.6.ebuild
parentstderr > /dev/null (diff)
downloadhistorical-b80eb325c2396debfa8983dff5060c74261a46ab.tar.gz
historical-b80eb325c2396debfa8983dff5060c74261a46ab.tar.bz2
historical-b80eb325c2396debfa8983dff5060c74261a46ab.zip
filter Os flag, mark 1.2.6 x86
Diffstat (limited to 'app-office/gnumeric/gnumeric-1.2.6.ebuild')
-rw-r--r--app-office/gnumeric/gnumeric-1.2.6.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnumeric/gnumeric-1.2.6.ebuild b/app-office/gnumeric/gnumeric-1.2.6.ebuild
index 4884a374c302..ccb329cbb1c1 100644
--- a/app-office/gnumeric/gnumeric-1.2.6.ebuild
+++ b/app-office/gnumeric/gnumeric-1.2.6.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.6.ebuild,v 1.1 2004/02/14 14:50:59 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.6.ebuild,v 1.2 2004/03/01 16:37:53 foser Exp $
#provide Xmake and Xemake
-inherit virtualx libtool gnome2 eutils
+inherit virtualx libtool gnome2 eutils flag-o-matic
DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64"
+KEYWORDS="x86 ~ppc ~sparc ~hppa ~amd64"
# evolution, perl, guile and gb support disabled currently (or to be removed)
@@ -60,6 +60,9 @@ src_unpack() {
src_compile() {
+ # gcc bug (http://bugs.gnome.org/show_bug.cgi?id=128834)
+ filter-flags "-Os"
+
econf \
`use_with bonobo` \
`use_with python` \