summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-15 08:30:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-15 08:30:35 +0000
commitbe3b2e71d95390f925012ec7ae1faad1108bffc8 (patch)
treec052a1e86c0c34b03213740947f19102e3f775e4 /media-sound/id3ed
parentset ppc in keywords (diff)
downloadhistorical-be3b2e71d95390f925012ec7ae1faad1108bffc8.tar.gz
historical-be3b2e71d95390f925012ec7ae1faad1108bffc8.tar.bz2
historical-be3b2e71d95390f925012ec7ae1faad1108bffc8.zip
fix for readline-4.2
Diffstat (limited to 'media-sound/id3ed')
-rw-r--r--media-sound/id3ed/ChangeLog7
-rw-r--r--media-sound/id3ed/id3ed-1.10.4.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/id3ed/ChangeLog b/media-sound/id3ed/ChangeLog
index be389b9c30bb..654029b4c1d7 100644
--- a/media-sound/id3ed/ChangeLog
+++ b/media-sound/id3ed/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for media-sound/id3ed
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.1 2003/02/08 01:09:15 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.2 2003/02/15 08:30:35 seemant Exp $
*id3ed-1.10.4 (07 Feb 2003)
+ 15 Feb 2003; Seemant Kulleen <seemant@gentoo.org> id3ed-1.10.4.ebuild :
+
+ Added "-I./" to the CFLAGS to allow compilation against readline-4.2a.
+ Thanks to: warp\0x00\ in #gentoo-ppc
+
07 Feb 2003; Seemant Kulleen <seemant@gentoo.org> id3ed-1.10.4.ebuild
ChangeLog files/digest-id3ed-1.10.4 :
diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild
index e14a8fc4a410..d0f938bb462b 100644
--- a/media-sound/id3ed/id3ed-1.10.4.ebuild
+++ b/media-sound/id3ed/id3ed-1.10.4.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/id3ed/id3ed-1.10.4.ebuild,v 1.2 2003/02/08 01:23:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.3 2003/02/15 08:30:35 seemant Exp $
IUSE=""
@@ -18,7 +18,7 @@ DEPEND="sys-libs/ncurses
src_compile() {
econf || die
- emake || die
+ emake CFLAGS="${CFLAGS} -I./" || die
}
src_install() {