summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-20 08:01:49 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-20 08:01:49 +0000
commit7971f268015201d40c71870b8d6232c5c5855607 (patch)
tree469aa3c09ecf9e9812460ae1896a4686e6466c3d
parentInit script reworked per upstream request. Bug #48210. (Manifest recommit) (diff)
downloadgentoo-2-7971f268015201d40c71870b8d6232c5c5855607.tar.gz
gentoo-2-7971f268015201d40c71870b8d6232c5c5855607.tar.bz2
gentoo-2-7971f268015201d40c71870b8d6232c5c5855607.zip
gcc 3.3 fixen for bug #47914.
-rw-r--r--media-sound/imp3sh/ChangeLog7
-rw-r--r--media-sound/imp3sh/imp3sh-0.2.3.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/media-sound/imp3sh/ChangeLog b/media-sound/imp3sh/ChangeLog
index 299e5c899596..4b65fe9daed3 100644
--- a/media-sound/imp3sh/ChangeLog
+++ b/media-sound/imp3sh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/imp3sh
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.2 2003/06/12 21:00:10 msterret Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.3 2004/04/20 08:01:49 eradicator Exp $
+
+ 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> imp3sh-0.2.3.ebuild:
+ gcc 3.3 fixen for bug #47914.
12 Jun 2003; <msterret@gentoo.org> imp3sh-0.2.3.ebuild:
fix Header
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
index ccc3b377a3eb..853fc50a0f80 100644
--- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild
+++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.6 2004/03/01 05:37:14 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.7 2004/04/20 08:01:49 eradicator Exp $
DESCRIPTION="flexible playlist manipulation shell and song player/streamer"
HOMEPAGE="http://www.geocities.com/kman_can/"
@@ -12,17 +12,15 @@ KEYWORDS="x86"
DEPEND="sys-libs/ncurses
oggvorbis? ( media-libs/libvorbis
- media-libs/libogg
- media-libs/libao )"
-RDEPEND=""
+ media-libs/libao )"
src_compile() {
econf || die
- emake || die
+ emake CCLD=g++ || die
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players
# Some docs are liner notes in the actual .c files. UHG.
dodoc piped-io/imp3sh*.c