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
commit82ba3f11a8c7d02ead45aac34181c46abf623f0b (patch)
treeafa949b62969e49f330f9fe1c7be77a348d2981c /x11-plugins
parent#57654 (diff)
downloadhistorical-82ba3f11a8c7d02ead45aac34181c46abf623f0b.tar.gz
historical-82ba3f11a8c7d02ead45aac34181c46abf623f0b.tar.bz2
historical-82ba3f11a8c7d02ead45aac34181c46abf623f0b.zip
Adding configure flags enabling custom buddies and conversations
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaimosd/Manifest4
-rw-r--r--x11-plugins/gaimosd/gaimosd-1.0.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/gaimosd/Manifest b/x11-plugins/gaimosd/Manifest
index a9725804bdbc..4a2fc798e90d 100644
--- a/x11-plugins/gaimosd/Manifest
+++ b/x11-plugins/gaimosd/Manifest
@@ -1,4 +1,4 @@
-MD5 6fc3e4f0baf419cc5b86cfe8037abc98 gaimosd-1.0.0.ebuild 732
-MD5 c0faf0b1810affab2e94a1a23f8533ab metadata.xml 370
MD5 8828b4e12d36f7a174df3c07ca863467 ChangeLog 363
+MD5 366da043e06c5bcdd5d14b26ffa283d8 gaimosd-1.0.0.ebuild 794
+MD5 c0faf0b1810affab2e94a1a23f8533ab metadata.xml 370
MD5 e562a7f08384757d72348e1590ae7ba6 files/digest-gaimosd-1.0.0 65
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"
}