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
commitd2f398f6f13e0ef798407a6d6e2a67e03a4b4d88 (patch)
tree8e495014b338ea2f5068a5545fb60886d0a4abf0 /net-analyzer/argus/argus-2.0.5.ebuild
parentAdd DirectFB, artsc, and cle266 (via hardware MPEG decoder) support. (Manifes... (diff)
downloadgentoo-2-d2f398f6f13e0ef798407a6d6e2a67e03a4b4d88.tar.gz
gentoo-2-d2f398f6f13e0ef798407a6d6e2a67e03a4b4d88.tar.bz2
gentoo-2-d2f398f6f13e0ef798407a6d6e2a67e03a4b4d88.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 () {