diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-13 05:01:49 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-13 05:01:49 +0000 |
commit | 9e9d04bb3eb2b558ce418348f1b16de1546c0a1a (patch) | |
tree | 8b0cdcd9f0f15685e4fa464e2f87442639867329 /net-analyzer | |
parent | gcc-2.x/dos fix (diff) | |
download | historical-9e9d04bb3eb2b558ce418348f1b16de1546c0a1a.tar.gz historical-9e9d04bb3eb2b558ce418348f1b16de1546c0a1a.tar.bz2 historical-9e9d04bb3eb2b558ce418348f1b16de1546c0a1a.zip |
fixes bug #13635
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild b/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild index 9c2ac41d0518..33880107c695 100644 --- a/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild,v 1.3 2003/01/11 14:32:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.8-r1.ebuild,v 1.4 2003/01/13 05:01:49 bcowan Exp $ IUSE="gtk ipv6 snmp ssl gtk2" @@ -51,9 +51,7 @@ src_compile() { use ipv6 && myconf="${myconf} --enable-ipv6" use gtk || myconf="${myconf} --disable-ethereal" - if use snmp - then addwrite "/usr/share/snmp/mibs/" - fi + addwrite "/usr/share/snmp/mibs/" econf \ --enable-pcap \ |