diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-06 15:02:09 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-06 15:02:09 +0000 |
commit | 8521bea453f531937896a6763898f2019b02d531 (patch) | |
tree | 1897ceb1d89222a06f547bc993fe94f070c1689a /app-office | |
parent | initial submission of ebuild (diff) | |
download | historical-8521bea453f531937896a6763898f2019b02d531.tar.gz historical-8521bea453f531937896a6763898f2019b02d531.tar.bz2 historical-8521bea453f531937896a6763898f2019b02d531.zip |
Fixing bug #6769
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.8.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 9f4c35e5bd30..ac763c42095a 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-office/gnucash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.8 2002/11/06 04:30:51 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.9 2002/11/06 15:02:09 leonardop Exp $ *gnucash-1.6.8 (05 Sep 2002) + 06 Nov 2002: L. Boshell <leonardop@gentoo.org> : Remove the + `--enable-profile' argument for ./configure. Fixes bug #6769. + 05 Nov 2002; L. Boshell <leonardop@gentoo.org> gnucash-1.6.8.ebuild : Fixed guile dep (bug #10306). diff --git a/app-office/gnucash/gnucash-1.6.8.ebuild b/app-office/gnucash/gnucash-1.6.8.ebuild index e73fc328605a..a937fd353577 100644 --- a/app-office/gnucash/gnucash-1.6.8.ebuild +++ b/app-office/gnucash/gnucash-1.6.8.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/gnucash/gnucash-1.6.8.ebuild,v 1.2 2002/11/06 04:30:51 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.8.ebuild,v 1.3 2002/11/06 15:02:09 leonardop Exp $ IUSE="nls postgres" @@ -62,8 +62,7 @@ src_compile() { use nls || myconf="--disable-nls" use postgres && myconf="$myconf --enable-sql" - econf --enable-profile \ - --enable-rpc \ + econf --enable-rpc \ $myconf || die "Configuration failed" make || die # Doesn't work with make -j 4 (hallski) |