summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-06 14:32:06 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-06 14:32:06 +0000
commitac7b8591d0943affd33158b83dad2ce7c19a6327 (patch)
treefd26299b8ee76a8f81f5fee4b4005a4432abcad3 /net-analyzer/argus/argus-2.0.5.ebuild
parentAdd DirectFB, artsc, and cle266 (via hardware MPEG decoder) support. (diff)
downloadhistorical-ac7b8591d0943affd33158b83dad2ce7c19a6327.tar.gz
historical-ac7b8591d0943affd33158b83dad2ce7c19a6327.tar.bz2
historical-ac7b8591d0943affd33158b83dad2ce7c19a6327.zip
Fix compilation aginst the new libpcap include files.
Diffstat (limited to 'net-analyzer/argus/argus-2.0.5.ebuild')
-rw-r--r--net-analyzer/argus/argus-2.0.5.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/net-analyzer/argus/argus-2.0.5.ebuild b/net-analyzer/argus/argus-2.0.5.ebuild
index fa4a9fe16384..67f81676fb8a 100644
--- a/net-analyzer/argus/argus-2.0.5.ebuild
+++ b/net-analyzer/argus/argus-2.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.3 2003/07/13 11:30:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.4 2004/02/06 14:32:06 aliz Exp $
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="http://www.qosient.com/argus/"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.qosient.com/argus/"
SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
IUSE=""
RDEPEND="virtual/glibc
>=net-libs/libpcap-0.6.2"
@@ -17,11 +17,12 @@ DEPEND="${RDEPEND}
>=sys-devel/flex-2.4.6"
src_unpack() {
- unpack ${A}
- cd ${S}
+ unpack ${A} ; cd ${S}
+
+ epatch ${FILESDIR}/${P}-libpcap-include.patch
# Fix hardcoded config file
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+ epatch ${FILESDIR}/${PF}-gentoo.diff
}
src_install () {