summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-09-15 09:43:07 +0000
committerDan Armak <danarmak@gentoo.org>2002-09-15 09:43:07 +0000
commitee53e7d1c999200ac295a3aa7439692b5ca7f53d (patch)
treee938b8e41e23438ee736dc1639a361cfa13c0d8d /app-office/koffice
parentModified SRC_URI. (diff)
downloadgentoo-2-ee53e7d1c999200ac295a3aa7439692b5ca7f53d.tar.gz
gentoo-2-ee53e7d1c999200ac295a3aa7439692b5ca7f53d.tar.bz2
gentoo-2-ee53e7d1c999200ac295a3aa7439692b5ca7f53d.zip
replace bogus --enable-all flag with what i intended, --enable-final
Diffstat (limited to 'app-office/koffice')
-rw-r--r--app-office/koffice/ChangeLog8
-rw-r--r--app-office/koffice/koffice-1.2_beta2.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog
index 57a2b00e832d..4fbde0aed4ef 100644
--- a/app-office/koffice/ChangeLog
+++ b/app-office/koffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/koffice
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.10 2002/08/14 11:19:12 pvdabeel Exp $
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.11 2002/09/15 09:43:07 danarmak Exp $
+
+ 15 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ Replace bogus --enable-all flag with --enable-final.
*koffice-1.2_rc1 (11 Aug 2002) Bart Verwilst <verwilst@gentoo.org>
diff --git a/app-office/koffice/koffice-1.2_beta2.ebuild b/app-office/koffice/koffice-1.2_beta2.ebuild
index cc86b9197bad..e363fadf21c7 100644
--- a/app-office/koffice/koffice-1.2_beta2.ebuild
+++ b/app-office/koffice/koffice-1.2_beta2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2_beta2.ebuild,v 1.6 2002/08/09 08:30:48 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2_beta2.ebuild,v 1.7 2002/09/15 09:43:07 danarmak Exp $
inherit kde-base
need-kde 3
@@ -27,7 +27,7 @@ need-autoconf 2.5
src_compile() {
- myconf="$myconf --enable-all"
+ myconf="$myconf --enable-final"
kde_src_compile myconf configure
#the dir kchar/kdchart cannot be compiled with the -fomit-frame-pointer flag present