diff options
Diffstat (limited to 'app-office/koffice')
-rw-r--r-- | app-office/koffice/koffice-1.1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/koffice/koffice-1.1.1.ebuild b/app-office/koffice/koffice-1.1.1.ebuild index 4c01bb3dcffc..c6d7c74a6dbc 100644 --- a/app-office/koffice/koffice-1.1.1.ebuild +++ b/app-office/koffice/koffice-1.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.1.ebuild,v 1.2 2001/12/18 19:52:48 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.1.ebuild,v 1.3 2001/12/19 15:21:18 verwilst Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die @@ -30,7 +30,8 @@ src_unpack() { src_compile() { - myconf="$myconf --enable-all" + CFLAGS="${CFLAGS/-fomit-frame-pointer}" + CXXFLAGS="${CXXFLAGS/-fomit-frame-pointer}" kde_src_compile myconf configure cd ${S} make LIBPYTHON="`python-config --libs`" |