summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-05-16 19:57:03 +0000
committerDan Armak <danarmak@gentoo.org>2003-05-16 19:57:03 +0000
commita2cca34212e903e943b878df0a99393969e036ef (patch)
tree06527e761825cf9d7888e40adee2360bfd153e77 /media-sound
parentenable building the console gui. doesn't touch the x11 gui afaik. (diff)
downloadgentoo-2-a2cca34212e903e943b878df0a99393969e036ef.tar.gz
gentoo-2-a2cca34212e903e943b878df0a99393969e036ef.tar.bz2
gentoo-2-a2cca34212e903e943b878df0a99393969e036ef.zip
enable building the console gui. doesn't touch the x11 gui afaik.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/zinf/ChangeLog5
-rw-r--r--media-sound/zinf/Manifest4
-rw-r--r--media-sound/zinf/zinf-2.2.3.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/zinf/ChangeLog b/media-sound/zinf/ChangeLog
index 0155fe2bc6aa..445814ee04e3 100644
--- a/media-sound/zinf/ChangeLog
+++ b/media-sound/zinf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/zinf
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.11 2003/03/23 14:14:03 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.12 2003/05/16 19:56:36 danarmak Exp $
+
+ 16 May 2003; Dan Armak <danarmak@gentoo.org> zinf-2.2.3.ebuild:
+ Enable command line interface.
14 Feb 2003; Dan Armak <danarmak@gentoo.org> zinf-2.2.3.ebuild:
diff --git a/media-sound/zinf/Manifest b/media-sound/zinf/Manifest
index 74bad42b2f98..e40826c37be6 100644
--- a/media-sound/zinf/Manifest
+++ b/media-sound/zinf/Manifest
@@ -1,6 +1,6 @@
-MD5 957cd50ea17cc37def749d71bac843dc zinf-2.2.3.ebuild 2472
+MD5 3965246fd5a2426288bc31d258a0a249 zinf-2.2.3.ebuild 2473
MD5 da5b67e30ba29139e281cf81d67e3a05 zinf-2.2.0.ebuild 2080
-MD5 6f3aeae4cfeb55efb447727060dc21e0 ChangeLog 1566
+MD5 5687b91c5752b24a7eaeb0f4a6d8f93b ChangeLog 1667
MD5 70cf4fc72eddded5278310073bc09434 zinf-2.2.1.ebuild 2142
MD5 65ed1ba37e686b30fd8151d8f1f2f018 files/digest-zinf-2.2.0 63
MD5 15188ad254b461d0987d06e89a93cc73 files/digest-zinf-2.2.1 63
diff --git a/media-sound/zinf/zinf-2.2.3.ebuild b/media-sound/zinf/zinf-2.2.3.ebuild
index a2e2ea26ae90..c1d2d961ebd5 100644
--- a/media-sound/zinf/zinf-2.2.3.ebuild
+++ b/media-sound/zinf/zinf-2.2.3.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/media-sound/zinf/zinf-2.2.3.ebuild,v 1.5 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.3.ebuild,v 1.6 2003/05/16 19:56:36 danarmak Exp $
IUSE="esd X gtk oggvorbis gnome arts"
@@ -66,7 +66,7 @@ src_compile() {
myconf="$myconf --disable-arts"
fi
- ./configure --prefix=/usr --host=${CHOST} ${myconf} || die
+ ./configure --prefix=/usr --host=${CHOST} --enable-cmdline ${myconf} || die
make || die
if [ -n "`use arts`" ]; then