diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-11-26 13:26:46 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-11-26 13:26:46 +0000 |
commit | 69633a52d8e268cc9578b9f3e957fcedcd7586d9 (patch) | |
tree | 1cba5663f5ccd5a32a8847808f7a12382cd4717f /net-mail/sylpheed-claws | |
parent | For bug 6905 (diff) | |
download | historical-69633a52d8e268cc9578b9f3e957fcedcd7586d9.tar.gz historical-69633a52d8e268cc9578b9f3e957fcedcd7586d9.tar.bz2 historical-69633a52d8e268cc9578b9f3e957fcedcd7586d9.zip |
fixed problem that prelink was causing
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/ChangeLog | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild | 17 |
2 files changed, 6 insertions, 15 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog index b14327aff94d..cf5117ea7ecd 100644 --- a/net-mail/sylpheed-claws/ChangeLog +++ b/net-mail/sylpheed-claws/ChangeLog @@ -1,13 +1,13 @@ # ChangeLog for net-mail/sylpheed-claws # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.21 2002/11/26 11:39:11 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.22 2002/11/26 13:26:46 bcowan Exp $ *sylpheed-claws-0.8.6 (26 Nov 2002) 26 Nov 2002; Brad Cowan <bcowan@gentoo.org> sylpheed-claws-0.8.6.ebuild, files/digest-sylpheed-claws-0.8.6: - Version bump, aspell is currently broken in this build with gcc-3.2.1. + Version bump. *sylpheed-claws-0.8.5 (09 Oct 2002) diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild index 562db2c429f5..00aab89ef643 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.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/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild,v 1.2 2002/11/26 13:05:23 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.6.ebuild,v 1.3 2002/11/26 13:26:46 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -54,10 +54,9 @@ src_compile() { && myconf="${myconf} --enable-imlib" \ || myconf="${myconf} --disable-imlib" - #currently broken - #use spell \ - # && myconf="${myconf} --enable-aspell" \ - # || myconf="${myconf} --disable-aspell" + use spell \ + && myconf="${myconf} --enable-aspell" \ + || myconf="${myconf} --disable-aspell" use ldap && myconf="${myconf} --enable-ldap" @@ -75,7 +74,6 @@ src_compile() { econf \ --program-suffix=-claws \ - --disable-aspell \ ${myconf} || die "./configure failed" for i in `find . -name Makefile` ; do @@ -103,11 +101,4 @@ src_install() { ${D}/usr/share/pixmaps/sylpheed-claws.png dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* -} - -pkg_postinst() { - - einfo "Warning: Spell checker is currently broken in this" - einfo "testing build, if u need that functionality please" - einfo "use Gentoo's current marked stable version." }
\ No newline at end of file |