diff options
-rw-r--r-- | app-office/abiword/ChangeLog | 3 | ||||
-rw-r--r-- | app-office/abiword/abiword-1.0.4_pre1.ebuild | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 30a7ff245227..16caf5e7770c 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for app-office/abiword # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.18 2002/11/17 01:19:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.19 2002/11/17 01:25:44 foser Exp $ *abiword-1.0.4_pre1 (17 Nov 2002) 17 Nov 2002; foser <foser@gentoo.org> abiword-1.0.4_pre1.ebuild : New version, should fix aspell problems + Big thanks to mg of the AbiWord team for this ebuild and the help provided *abiword-1.0.3 (17 Oct 2002) diff --git a/app-office/abiword/abiword-1.0.4_pre1.ebuild b/app-office/abiword/abiword-1.0.4_pre1.ebuild index e910de9f8819..59c4719b904e 100644 --- a/app-office/abiword/abiword-1.0.4_pre1.ebuild +++ b/app-office/abiword/abiword-1.0.4_pre1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.4_pre1.ebuild,v 1.1 2002/11/17 01:19:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.4_pre1.ebuild,v 1.2 2002/11/17 01:25:44 foser Exp $ -inherit debug +#inherit debug IUSE="perl nls gnome build spell jpeg xml2" @@ -100,7 +100,7 @@ src_compile() { CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`" econf \ - --enable-debug \ + # --enable-debug \ ${myconf} || die emake || die |