diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-29 03:22:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-29 03:22:28 +0000 |
commit | 0ce1db1aeb65bdfe6b8f5b74322382bca5b6529d (patch) | |
tree | e9befdce2aea186c9164138750ca62bbdec6d1f0 /net-im/gaim-cvs | |
parent | new toys (diff) | |
download | historical-0ce1db1aeb65bdfe6b8f5b74322382bca5b6529d.tar.gz historical-0ce1db1aeb65bdfe6b8f5b74322382bca5b6529d.tar.bz2 historical-0ce1db1aeb65bdfe6b8f5b74322382bca5b6529d.zip |
bah
Diffstat (limited to 'net-im/gaim-cvs')
-rw-r--r-- | net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild index e85d6e4246e6..60c277152edd 100644 --- a/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild +++ b/net-im/gaim-cvs/gaim-cvs-0.60-r2.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-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild,v 1.1 2002/10/29 03:11:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild,v 1.2 2002/10/29 03:22:28 vapier Exp $ IUSE="nas nls esd arts perl" @@ -31,7 +31,7 @@ S=${WORKDIR}/${ECVS_MODULE} src_compile() { local myconf="--prefix=/usr" - use esd || myconf="--disable-esd" + use esd || myconf="${myconf} --disable-esd" use perl || myconf="${myconf} --disable-perl" use nas && myconf="${myconf} --enable-nas" \ || myconf="${myconf} --disable-nas" |