summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-02-02 15:13:47 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-02-02 15:13:47 +0000
commitb37e8d07e8f34ae813e529b12cad569544b9e4ce (patch)
tree506b7182f9829c42e5f0ff761b2801360dcbe97e /net-analyzer
parentFixed SRC_URI (diff)
downloadhistorical-b37e8d07e8f34ae813e529b12cad569544b9e4ce.tar.gz
historical-b37e8d07e8f34ae813e529b12cad569544b9e4ce.tar.bz2
historical-b37e8d07e8f34ae813e529b12cad569544b9e4ce.zip
Closes #14654.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/iptraf/ChangeLog5
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 591508ffe737..1112f66a8b84 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/iptraf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.7 2002/12/13 10:59:47 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.8 2003/02/02 15:13:47 aliz Exp $
+
+ 02 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> iptraf-2.7.0.ebuild :
+ Closes #14654.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
index c731bb300483..427106f74502 100644
--- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild
+++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 2001-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.10 2002/12/15 10:44:20 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.11 2003/02/02 15:13:47 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
@@ -15,7 +15,7 @@ DEPEND=">=sys-libs/ncurses-5.2-r1"
src_compile() {
cd src
- emake TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
+ emake CFLAGS="$CFLAGS" DEBUG="" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
clean all || die "emake failed"
}
src_install() {