summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-12-08 16:13:43 +0000
committerDon Seiler <rizzo@gentoo.org>2004-12-08 16:13:43 +0000
commitc4d7564c671d70f1bb247ef64273c8f4e671efdc (patch)
tree0465667da1f09bf70f6cf62e7192fe4685d46b49 /x11-plugins/gaimosd
parent#57654 (Manifest recommit) (diff)
downloadgentoo-2-c4d7564c671d70f1bb247ef64273c8f4e671efdc.tar.gz
gentoo-2-c4d7564c671d70f1bb247ef64273c8f4e671efdc.tar.bz2
gentoo-2-c4d7564c671d70f1bb247ef64273c8f4e671efdc.zip
Adding configure flags enabling custom buddies and conversations
Diffstat (limited to 'x11-plugins/gaimosd')
-rw-r--r--x11-plugins/gaimosd/gaimosd-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild
index 5d9d9ea7350f..662630fce7fd 100644
--- a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild
+++ b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.1 2004/09/20 15:52:10 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.2 2004/12/08 16:13:43 rizzo Exp $
inherit eutils
@@ -20,7 +20,7 @@ DEPEND=">=net-im/gaim-1.0.0
#S=${WORKDIR}/${P}
src_compile() {
- econf || die
+ econf --enable-customized-buddies --enable-customized-conversations || die
emake || die "emake failed"
}