summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-10-10 11:20:01 +0000
committerJeroen Roovers <jer@gentoo.org>2008-10-10 11:20:01 +0000
commit0bd775169899b5a209e9f0b5f45306b37a73fc2a (patch)
tree80d5bd34de64ee76307c15ca21c671407765a7ce /net-analyzer/ifstat/ifstat-1.1.ebuild
parentRemoved old version an and closing bug #229693 (diff)
downloadgentoo-2-0bd775169899b5a209e9f0b5f45306b37a73fc2a.tar.gz
gentoo-2-0bd775169899b5a209e9f0b5f45306b37a73fc2a.tar.bz2
gentoo-2-0bd775169899b5a209e9f0b5f45306b37a73fc2a.zip
Do not strip (bug #240764).
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-analyzer/ifstat/ifstat-1.1.ebuild')
-rw-r--r--net-analyzer/ifstat/ifstat-1.1.ebuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/net-analyzer/ifstat/ifstat-1.1.ebuild b/net-analyzer/ifstat/ifstat-1.1.ebuild
index 5caa0fd9ef82..068fc24b8ca7 100644
--- a/net-analyzer/ifstat/ifstat-1.1.ebuild
+++ b/net-analyzer/ifstat/ifstat-1.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.12 2006/03/05 20:39:05 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.13 2008/10/10 11:20:01 jer Exp $
+
+inherit eutils
IUSE="snmp"
@@ -15,9 +17,12 @@ KEYWORDS="sparc x86 amd64 ppc64 hppa ppc"
DEPEND="virtual/libc
snmp? ( >=net-analyzer/net-snmp-5.0 )"
-src_compile() {
- econf || die
- make || die
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/${P}-strip_and_cflags.patch
}
src_install () {