summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-04-10 18:08:03 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-04-10 18:08:03 +0000
commit2668a6659b66d3a4dc3feb529c8fc159e1242572 (patch)
tree7971557c76fe00cd8c16f3395ee3847959984300 /net-analyzer/isic/isic-0.06.ebuild
parentMarked stable on mips. (diff)
downloadgentoo-2-2668a6659b66d3a4dc3feb529c8fc159e1242572.tar.gz
gentoo-2-2668a6659b66d3a4dc3feb529c8fc159e1242572.tar.bz2
gentoo-2-2668a6659b66d3a4dc3feb529c8fc159e1242572.zip
gcc-4 fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/isic/isic-0.06.ebuild')
-rw-r--r--net-analyzer/isic/isic-0.06.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/isic/isic-0.06.ebuild b/net-analyzer/isic/isic-0.06.ebuild
index 6667d644ffec..4445e6bcd62f 100644
--- a/net-analyzer/isic/isic-0.06.ebuild
+++ b/net-analyzer/isic/isic-0.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.2 2005/01/08 22:35:26 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.3 2005/04/10 18:08:03 vanquirius Exp $
inherit eutils
@@ -19,6 +19,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-makefile.patch || die "patch failed"
+ epatch ${FILESDIR}/${P}-gcc4.patch || die "patch failed"
}
src_compile() {