Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62326 | Differences between
and this patch

Collapse All | Expand All

(-)abiword-2.0.10-r1.ebuild (-4 / +1 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.10.ebuild,v 1.1 2004/08/18 22:14:22 foser Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.10.ebuild,v 1.1 2004/08/18 22:14:22 foser Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils
6
6
7
IUSE="gnome jpeg spell xml2"
7
IUSE="gnome jpeg spell xml2"
8
8
Lines 42-50 Link Here
42
42
43
src_compile() {
43
src_compile() {
44
44
45
	# Crashes unless we do this.
46
	filter-flags "-fomit-frame-pointer"
47
48
	# this is a hack since I don't want to go hack in the gnome-vfs headerfiles.
45
	# this is a hack since I don't want to go hack in the gnome-vfs headerfiles.
49
	# The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk
46
	# The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk
50
	cp configure configure.old
47
	cp configure configure.old

Return to bug 62326