diff options
Diffstat (limited to 'net-im/centericq/centericq-4.9.5-r1.ebuild')
-rw-r--r-- | net-im/centericq/centericq-4.9.5-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/centericq/centericq-4.9.5-r1.ebuild b/net-im/centericq/centericq-4.9.5-r1.ebuild index 3df06e182857..e7337399494b 100644 --- a/net-im/centericq/centericq-4.9.5-r1.ebuild +++ b/net-im/centericq/centericq-4.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.5-r1.ebuild,v 1.1 2003/07/25 17:47:39 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.5-r1.ebuild,v 1.2 2003/09/05 23:58:57 msterret Exp $ inherit eutils @@ -36,17 +36,17 @@ src_compile() { # --disable-aim Build without AIM # --disable-irc Build without IRC # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items + # --disable-rss Build without RSS reader + # --no-konst Don't add contact list items # supplied by author by default local myopts="--with-gnu-ld" use nls || myopts="${myopts} --disable-nls" use nls && myopts="${myopts} --with-fribidi" - + use ssl && myopts="${myopts} --with-ssl" - + econf ${myopts} || die "Configure failed" emake || die "Compilation failed" } |