summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Bormolini <lordjoe@gentoo.org>2001-10-26 02:01:48 +0000
committerJoe Bormolini <lordjoe@gentoo.org>2001-10-26 02:01:48 +0000
commit90a32d66dbceb44044ff0fc86f4fb94ff962b63d (patch)
treed95c2468c25a653621ad0fe1323b754578360698 /media-sound
parentinstall readme, silly cleanups (diff)
downloadgentoo-2-90a32d66dbceb44044ff0fc86f4fb94ff962b63d.tar.gz
gentoo-2-90a32d66dbceb44044ff0fc86f4fb94ff962b63d.tar.bz2
gentoo-2-90a32d66dbceb44044ff0fc86f4fb94ff962b63d.zip
last one i promise; now it compiles with make.conf CFLAGS
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/grip-id3v2/grip-id3v2-2.96.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild b/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild
index e971da4578b2..d17b8b64c5f5 100644
--- a/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild
+++ b/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Joe Bormolini
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild,v 1.3 2001/10/26 01:59:21 lordjoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip-id3v2/grip-id3v2-2.96.ebuild,v 1.4 2001/10/26 02:01:48 lordjoe Exp $
P=grip-${PV}
S=${WORKDIR}/${P}
@@ -35,7 +35,7 @@ src_compile() {
# apply CFLAGS
mv Makefile Makefile.old
- sed -e "s:^LIBS+=:LIBS+= -lid3 -lz:" Makefile.old > Makefile
+ sed -e "s:^LIBS+=:LIBS+= -lid3 -lz:" -e "s:-Wall:-Wall ${CFLAGS}:" Makefile.old > Makefile
emake || die
}