diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-02 15:13:47 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-02 15:13:47 +0000 |
commit | 44a4eb0afe24699f5dccad77700406908098ed54 (patch) | |
tree | b24456378a16965bf672043612efe66740163bc2 /net-analyzer | |
parent | Fixed SRC_URI (diff) | |
download | gentoo-2-44a4eb0afe24699f5dccad77700406908098ed54.tar.gz gentoo-2-44a4eb0afe24699f5dccad77700406908098ed54.tar.bz2 gentoo-2-44a4eb0afe24699f5dccad77700406908098ed54.zip |
Closes #14654.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptraf/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0.ebuild | 4 |
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() { |